Manual changes saved
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
background: linear-gradient(135deg, #0a2e38 0%, #1a1a1a 50%, #3a0000 100%);
|
| 25 |
}
|
| 26 |
.pulse-animation {
|
| 27 |
-
animation: pulse
|
| 28 |
}
|
| 29 |
@keyframes pulse {
|
| 30 |
0% { transform: scale(1); }
|
|
|
|
| 24 |
background: linear-gradient(135deg, #0a2e38 0%, #1a1a1a 50%, #3a0000 100%);
|
| 25 |
}
|
| 26 |
.pulse-animation {
|
| 27 |
+
animation: pulse s infinite;
|
| 28 |
}
|
| 29 |
@keyframes pulse {
|
| 30 |
0% { transform: scale(1); }
|