-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
69 lines (56 loc) · 811 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
@media screen and (max-width: 950px) {
h6 {
padding: 0;
margin: 0;
margin-bottom: 10%;
}
h1 {
margin: 2%;
}
.countdown-div-class {
flex-direction: column;
}
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Bricolage Grotesque', sans-serif;
background-color: #1b263b;
text-align: center;
}
h1 {
margin-top: 10%;
color: #FFFFFF;
font-size: 30px;
padding-bottom: 5%;
}
.countdown-div-class {
color: #e0e1dd;
margin-left: 12%;
margin-right: 12%;
display: flex;
justify-content: space-around;
text-align: center;
}
h3 {
font-size: 100px;
letter-spacing: 2px;
}
h6 {
font-size: 20px;
}
section {
padding-bottom: 10%
}
footer {
padding: 4%;
}
footer p {
color: #e0e1dd;
}
footer a {
color: #778da9;
}