update 404 PAGE AGAIN

This commit is contained in:
2025-10-07 16:06:10 +07:00
parent bbd92bcdda
commit a4b3d74af3
3 changed files with 28 additions and 13 deletions

View File

@@ -10,11 +10,9 @@
@keyframes click-bounce {
0%, 100% {
transform: translate(0px, 0px) scale(1, 1);
/* animation-timing-function: linear(0.2, 0.8, 1); */
}
20% {
15% {
transform: translate(0px, 14px) scale(1.2, 0.9);
/* animation-timing-function: cubic-bezier(0.8, 0, 1, 1); */
}
}