-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·64 lines (54 loc) · 1.23 KB
/
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
56
57
58
59
60
61
62
63
64
body {
background-color: #C6D5D2;
font-family: 'Lato', sans-serif;
}
main {
margin: 20px 50px;
text-align: center;
}
.button--green {
background-color: green;
color: white;
}
.title {
margin: auto;
text-align: center;
margin-bottom: 1em;
padding-top: .5em;
font-size: 2em;
font-family: 'Poppins', sans-serif;
}
.title--bar {
padding-top: 2em;
}
.buttons-block {
padding: 1em;
}
.button--big {
margin-right: 1em;
padding: .75em;
font-size: 1.2em;
background-color: #454B49;
color: #C6D5D2;
width: 150px;
display: inline-block;
}
.button--big:hover {
background-color: #F29727;
color: #232323;
}
.button--medium {
margin-right: 1em;
padding: 0.5em;
font-size: 1.5em;
}
.timer {
margin-top: 1em;
}
.timer--large {
font-size: 7em;
text-align: center;
margin-bottom: .25em;
margin-top: .25em;
color: #2B2B2B;
}