Skip to content

Commit 4e47c73

Browse files
authored
Create index.css
0 parents  commit 4e47c73

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

index.css

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
*{
2+
box-sizing: border-box;
3+
}
4+
5+
body{
6+
background-image: url('shining\ tree.jpg');
7+
font-family: "Poppins",sans-serif;
8+
margin: 0;
9+
min-height: 100vh;
10+
background-size:cover;
11+
color: black;
12+
align-items: center;
13+
14+
display: flex;
15+
flex-direction:column;
16+
background-position: center center;
17+
}
18+
19+
.countdown-container{
20+
display: flex;
21+
margin-top: -1rem;
22+
}
23+
h1{
24+
font-size: 4rem;
25+
font-weight:normal;
26+
margin-top: 8rem;
27+
}
28+
.big-text{
29+
font-size: 6rem;
30+
line-height: 1;
31+
margin:0 2rem;
32+
font-weight: bold;
33+
}
34+
.countdown-el{
35+
text-align: center;
36+
}
37+
38+
.countdown-el span{
39+
font-size: 1.5rem;
40+
41+
}

0 commit comments

Comments
 (0)