This commit is contained in:
jane 2022-04-01 23:02:02 -04:00
parent a4507d52e7
commit d6493fbdce
1 changed files with 3 additions and 2 deletions

View File

@ -25,11 +25,11 @@ body {
@keyframes crab { @keyframes crab {
from { from {
top: -10vh top: -200vh
} }
to { to {
top: 100vh top: 50vh
} }
} }
@ -41,6 +41,7 @@ body {
line-height: 1; line-height: 1;
text-decoration: none; text-decoration: none;
white-space: nowrap; white-space: nowrap;
width: 50px;
animation-name: crab; animation-name: crab;
animation-fill-mode: backwards; animation-fill-mode: backwards;