-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmon.css
52 lines (51 loc) · 1.13 KB
/
mon.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
body{
color:white;
background-color: black;
}
.q{
position:absolute;
top:20px;
left:300px;
font-size:1.5rem;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.r{
position:absolute;
top:20px;
left:500px;
font-size:1.5rem;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.s{
position:absolute;
top:20px;
left:700px;
font-size:1.5rem;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.t{
position:absolute;
top:20px;
left:900px;
font-size:1.5rem;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#mu{
border:1px solid white;
border-radius: 15px;
cursor: pointer;
color:azure;
background-color:transparent;
width: 250px;
position:absolute;
top:55px;
left:1075px;
font-size:2rem;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#mu:hover {background-color: #3e718e}
#mu:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}