Update style.css
Browse files
style.css
CHANGED
@@ -55,6 +55,20 @@ body {
|
|
55 |
text-shadow: 0 0 10px rgba(0, 255, 171, 0.8);
|
56 |
}
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
@keyframes fall {
|
59 |
0% {
|
60 |
top: -30px;
|
|
|
55 |
text-shadow: 0 0 10px rgba(0, 255, 171, 0.8);
|
56 |
}
|
57 |
|
58 |
+
#lives {
|
59 |
+
position: absolute;
|
60 |
+
bottom: 20px;
|
61 |
+
display: flex;
|
62 |
+
justify-content: center;
|
63 |
+
align-items: center;
|
64 |
+
}
|
65 |
+
|
66 |
+
.life {
|
67 |
+
width: 30px;
|
68 |
+
height: 30px;
|
69 |
+
margin: 0 5px;
|
70 |
+
}
|
71 |
+
|
72 |
@keyframes fall {
|
73 |
0% {
|
74 |
top: -30px;
|