Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -29,9 +29,9 @@
|
|
| 29 |
|
| 30 |
/* Pulse animation: fade in/out repeatedly */
|
| 31 |
@keyframes pulse {
|
| 32 |
-
0% { opacity:
|
| 33 |
-
50% { opacity:
|
| 34 |
-
100% { opacity:
|
| 35 |
}
|
| 36 |
|
| 37 |
/* Float animation: move element up and down */
|
|
|
|
| 29 |
|
| 30 |
/* Pulse animation: fade in/out repeatedly */
|
| 31 |
@keyframes pulse {
|
| 32 |
+
0% { opacity: 1.8; }
|
| 33 |
+
50% { opacity: 3; }
|
| 34 |
+
100% { opacity: 1.8; }
|
| 35 |
}
|
| 36 |
|
| 37 |
/* Float animation: move element up and down */
|