fix crab
This commit is contained in:
parent
a4507d52e7
commit
d6493fbdce
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue