Iteration 37

This commit is contained in:
Neyra
2026-02-10 20:49:59 +08:00
parent a60cc2f457
commit 399d8d00bf
5 changed files with 5 additions and 0 deletions

View File

@@ -311,4 +311,5 @@ body {
@keyframes bounce {
0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
40% { transform: scale(1); opacity: 1; }
}