File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change 1
1
@import url ('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap' );
2
- * {box-sizing : border-box;}
3
- body {
2
+ * {
3
+ box-sizing : border-box;
4
+ }
5
+
6
+
7
+ body {
4
8
background-image : url ('./snow.jpg' );
5
9
background-size : cover;
6
10
background-position : center center;
@@ -11,25 +15,30 @@ body{
11
15
min-height : 100vh ;
12
16
margin : 0 ;
13
17
}
14
- h1 {
18
+
19
+ h1 {
15
20
margin-top : 7rem ;
16
21
font-weight : normal;
17
22
font-size : 3rem ;
18
23
}
19
- .countdown-c {
24
+
25
+ .countdown-c {
20
26
display : flex;
21
27
flex-wrap : wrap;
22
-
23
28
}
24
- .big {
29
+
30
+ .big {
25
31
font-weight : bold;
26
32
font-size : 3rem ;
27
33
line-height : 1 ;
28
34
margin : 0 2rem ;
29
35
}
30
- .count {
31
- text-align : center;
36
+
37
+ .count {
38
+ text-align : center;
32
39
}
33
- .count span {
40
+
41
+ .count span {
42
+
34
43
font-size : 1.3rem ;
35
- }
44
+ }
You can’t perform that action at this time.
0 commit comments