update not found page

This commit is contained in:
2025-10-06 14:05:15 +07:00
parent b3c03e0c41
commit f8195aa401
12 changed files with 178 additions and 12 deletions

View File

@@ -7,6 +7,17 @@
--primary: #F48120;
}
@keyframes click-bounce {
0%, 100% {
transform: scale(1, 1);
/* animation-timing-function: linear(0.2, 0.8, 1); */
}
30% {
transform: scale(1.18, 0.9);
/* animation-timing-function: cubic-bezier(0.8, 0, 1, 1); */
}
}
@keyframes silly-bounce {
0%, 100% {
transform: translate(0px, 0px) scale(0.9, 1.1);