We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 4e47c73Copy full SHA for 4e47c73
index.css
@@ -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
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