We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 778c346 + fd5fb55 commit 596be77Copy full SHA for 596be77
1 file changed
Count-Down-To-New-Year/style.css
@@ -1,6 +1,10 @@
1
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap');
2
-*{box-sizing : border-box;}
3
-body{
+* {
+ box-sizing: border-box;
4
+}
5
+
6
7
+body {
8
background-image: url('./snow.jpg');
9
background-size: cover;
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 {
20
margin-top: 7rem;
21
font-weight: normal;
22
font-size: 3rem;
23
-.countdown-c{
24
25
+.countdown-c {
26
display: flex;
27
flex-wrap: wrap;
-
28
-.big{
29
30
+.big {
31
font-weight: bold;
32
33
line-height: 1;
34
margin: 0 2rem;
35
-.count{
- text-align: center;
36
37
+.count {
38
+ text-align: center;
39
-.count span{
40
41
+.count span {
42
43
font-size: 1.3rem;
-}
44
0 commit comments