mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-04-03 18:14:14 +00:00
20 lines
No EOL
305 B
CSS
20 lines
No EOL
305 B
CSS
.animate-404 {
|
|
animation: App-logo-spin infinite 20s linear;
|
|
}
|
|
@keyframes App-logo-spin {
|
|
|
|
from {
|
|
|
|
transform: rotate(0deg);
|
|
/* transform: translate3d(0px,0px,0px); */
|
|
}
|
|
|
|
to {
|
|
|
|
transform: rotate(360deg);
|
|
/* transform: translate3d(10px, 10px, 10px); */
|
|
|
|
|
|
}
|
|
|
|
} |