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