Update style.css
Browse files
style.css
CHANGED
@@ -21,6 +21,21 @@ h1 {
|
|
21 |
animation: pulse 2s infinite;
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
#countdown {
|
25 |
display: flex;
|
26 |
justify-content: center;
|
|
|
21 |
animation: pulse 2s infinite;
|
22 |
}
|
23 |
|
24 |
+
#starfield {
|
25 |
+
position: fixed;
|
26 |
+
top: 0;
|
27 |
+
left: 0;
|
28 |
+
z-index: 0;
|
29 |
+
background: black;
|
30 |
+
}
|
31 |
+
|
32 |
+
.container {
|
33 |
+
position: relative;
|
34 |
+
z-index: 1;
|
35 |
+
max-width: 600px;
|
36 |
+
}
|
37 |
+
|
38 |
+
|
39 |
#countdown {
|
40 |
display: flex;
|
41 |
justify-content: center;
|