-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcountdown.css
69 lines (68 loc) · 1.37 KB
/
countdown.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
59
60
61
62
63
64
65
66
67
68
69
body{
background-image: url(clipart.png), url(clip2.jpg);
background-size: 900px 912px, 2000px 800px;
background-position: 218px -105px, center;
background-repeat: no-repeat, no-repeat;
text-align: center;
font-family: sans-serif;
font-weight: 100;
}
h1{
color: #000;
font-weight: bold;
font-size: 40px;
margin: 40px 0px 20px;
margin-top: 175px;
text-shadow: -2px 2px #fff;
}
#clockdiv{
font-family: sans-serif;
color: #fff;
display: inline-block;
font-weight: 100;
text-align: center;
font-size: 30px;
margin-top: 40px;
box-shadow: 2px 2px #fff;
}
#clockdiv > div{
padding: 10px;
border-radius: 3px;
background: #212426;
display: inline-block;
width: 80px;
}
#clockdiv div > span{
padding: 15px;
border-radius: 3px;
background: #369c8a;
display: inline-block;
width: 40px;
}
.smalltext{
padding-top: 5px;
font-size: 16px;
}
.end {
font-size: 28px;
padding-left: 12px;
font-weight: bold;
}
h2{
color: #212426;
font-weight: bold;
font-size: 20px;
text-shadow: -2px 2px #fff;
margin-top: 60px;
}
h3{
color: #2e3133;
font-weight: bold;
font-size: 28px;
text-shadow: -2px 2px #fff;
margin-top: -10px;
}
a {
text-decoration: none;
color: #000;
}