-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtimer.css
More file actions
80 lines (79 loc) · 1.47 KB
/
timer.css
File metadata and controls
80 lines (79 loc) · 1.47 KB
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
70
71
72
73
74
75
76
77
78
79
80
body{
background: #f7f7f7;
}
.countdownContainer1{
/* position: absolute;
top: 50%;
left: 50%;
transform : translateX(-50%) translateY(-50%);*/
text-align: center;
background: #edd;
border: 1px solid #999;
padding: 10px;
box-shadow: 0 0 5px 3px #ccc;
border: solid black;
}
.countdownContainer2{
position: absolute;
left: 50%;
transform : translateX(-50%) translateY(-100%);
text-align: center;
background: #edd;
border: 1px solid #999;
padding: 10px;
box-shadow: 0 0 5px 3px #ccc;
border: solid black;
}
.countdownContainer3{
position: absolute;
right: -10%;
transform : translateX(-50%) translateY(-100%);
text-align: center;
background: #edd;
border: 1px solid #999;
padding: 10px;
box-shadow: 0 0 5px 3px #ccc;
border: solid black;
}
.resetContainer{
position: absolute;
top: 75%;
left: 50%;
transform : translateX(-50%) translateY(-50%);
text-align: center;
text-align: center;
background: #edd;
border: 1px solid #999;
padding: 10px;
box-shadow: 0 0 5px 3px #ccc;
font-size: 40px;
font: #edd;
text-align: center;
}
.info{
font-size: 80px;
font: #edd;
text-align: center;
}
.info2{
font-size: 20px;
font: #edd;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover {
color: black;
}
a:active {
color: black;
}