-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
47 lines (40 loc) · 900 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
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
* {
box-sizing: border-box;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: poppins;
margin: 0;
background-image: url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1473&q=80);
min-height: 100vh;
background-size: cover;
}
.countdown-container {
display: flex;
}
h1{
font-weight: normal;
font-size: 3rem;
margin-top: -5rem;
}
.big-text{
font-weight: bold;
font-size: 3rem;
line-height: 1;
margin: 0 3rem;
}
.countdownel {
text-align: center;
font-size: 1rem;
}
.input-container{
font-size: 1.5rem;
position: fixed;
top: 0;
left: 0;
font-weight: bolder;
}