Testing347 commited on
Commit
d695f57
·
verified ·
1 Parent(s): c1ea416

Update index.html

Browse files
Files changed (1) hide show
  1. 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: 1.8; }
33
- 50% { opacity: 3; }
34
- 100% { opacity: 1.8; }
35
  }
36
 
37
  /* Float animation: move element up and down */
 
29
 
30
  /* Pulse animation: fade in/out repeatedly */
31
  @keyframes pulse {
32
+ 0% { opacity: 0.8; }
33
+ 50% { opacity: 1; }
34
+ 100% { opacity: 0.8; }
35
  }
36
 
37
  /* Float animation: move element up and down */