-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
92 lines (80 loc) · 1.33 KB
/
style.css
File metadata and controls
92 lines (80 loc) · 1.33 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
81
82
83
84
85
86
87
88
89
90
91
92
html{
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
color: white;
font-family: "Architects Daughter", serif;
}
.clock{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.number{
position: absolute;
width: 100%;
height: 90%;
text-align: center;
align-content: center;
}
.time{
color: white;
font-family: "Architects Daughter", serif;
font-size: 10vmin;
line-height: 50vh;
}
.header{
align-content: center;
text-align: center;
color: white;
font-family: "Architects Daughter", serif;
font-size: 4vmin;
width: 100vw;
height: 7vh;
opacity: .5;
}
#name{
padding: 0;
margin: 0;
border: 0;
}
.color{
font-size: 5vmin;
font-family: "Architects Daughter", serif;
color: white;
}
.footer{
position: fixed;
width: 100%;
height: 5%;
opacity: .5;
top: 95%;
text-align: center;
font-family: "Open Sans", serif;
}
.footer img{
width: 3vmin;
height: 3vmin;
margin-right: 0vmin;
margin-left: 1vmin;
border: 1px solid white;
float: left;
}
.temp{
width: 9vmin;
height: 5vmin;
margin: 0;
float: right;
}
#play{
width: 3vmin;
height: 3vmin;
margin: 0;
cursor: pointer;
border: 0;
}