-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (45 loc) · 809 Bytes
/
style.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
html, body {
height: 100%;
margin: 0;
}
.whole-block {
display: flex;
flex-direction: column;
text-align: center;
height: 100%;
min-height: 100%;
font-family: 'Bebas Neue', cursive;
}
.hour-block {
display: flex;
flex: 1;
justify-content: space-around;
align-items: center;
color: rgba(0, 0, 0, .75);
}
.cycle-time {
position: absolute;
font-size: 5em;
padding: 0em .5em;
}
.cycle-info {
color: rgba(0, 0, 0, 0.6);
}
.hour-block-1 {
background-color: #772e25;
}
.hour-block-2 {
background-color: #c44536;
}
.hour-block-3 {
background-color: #cd6a5e;
}
.hour-block-4 {
background-color: #54adb3;
}
.hour-block-5 {
background-color: #197278;
}
.hour-block-6 {
background-color: #153f47;
}