Update style.css
Browse files
style.css
CHANGED
@@ -29,7 +29,6 @@ body {
|
|
29 |
background: radial-gradient(circle, #00FFAB, #00B89C);
|
30 |
border-radius: 50%;
|
31 |
box-shadow: 0 0 20px rgba(0, 255, 171, 0.8);
|
32 |
-
animation: fall 3s linear infinite;
|
33 |
}
|
34 |
|
35 |
.platform {
|
@@ -68,13 +67,4 @@ body {
|
|
68 |
font-size: 30px;
|
69 |
margin-right: 10px;
|
70 |
color: red; /* Red hearts */
|
71 |
-
}
|
72 |
-
|
73 |
-
@keyframes fall {
|
74 |
-
0% {
|
75 |
-
top: -30px;
|
76 |
-
}
|
77 |
-
100% {
|
78 |
-
top: 100%;
|
79 |
-
}
|
80 |
}
|
|
|
29 |
background: radial-gradient(circle, #00FFAB, #00B89C);
|
30 |
border-radius: 50%;
|
31 |
box-shadow: 0 0 20px rgba(0, 255, 171, 0.8);
|
|
|
32 |
}
|
33 |
|
34 |
.platform {
|
|
|
67 |
font-size: 30px;
|
68 |
margin-right: 10px;
|
69 |
color: red; /* Red hearts */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
}
|