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 {
|
@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;
|
||||||
|
|
Loading…
Reference in a new issue