-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmemory.css
58 lines (58 loc) · 1.05 KB
/
memory.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
53
54
55
56
57
58
body {
background-color:#8FD4D9
}
h1 {
font-family: 'Montserrat', sans-serif;
font-size:60px;
text-align:center;
color:white;
text-shadow:0 0, 0 0 0, 3px 0 #35404F, 0 0;
}
.lives-time {
margin-left:10px;
margin-right:10px;
}
.lives-time p {
color:white;
display:inline-block;
font-size:20px;
text-shadow:0 0, 0 0 0, 3px 0 #35404F, 0 0;
}
.time {
float:right;
font-family:Helvetica;
font-size:30px;
}
form {
position:relative;
padding-left:140px;
}
label.membox {
background:#35404F;
padding:10px;
margin:2px;
display:inline-block;
width:120px;
height:120px;
line-height:35px;
text-align:center;
vertical-align:middle;
font-weight:bold;
font-size:70px;
border-radius:6px;
border:1.5px solid white;
}
label.membox input {display:none;}
label.membox span {color:#35404F;}
label.membox input:checked + span {
color:white;
}
.dev-details a {
text-decoration:none;
font-size:16px;
color:white;
font-family:Helvetica;
padding-top:100px;
margin-left:550px;
line-height:100px;
}