mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-15 11:54:24 +08:00
Written travel.css
This commit is contained in:
parent
c94acfbf55
commit
da0cc481ee
1 changed files with 11 additions and 0 deletions
|
|
@ -1 +1,12 @@
|
|||
main .page {
|
||||
animation: slideSide 3s infinite alternate ease-in-out
|
||||
}
|
||||
|
||||
@keyframes slideSide {
|
||||
from {
|
||||
transform: translateX(-300px);
|
||||
}
|
||||
to {
|
||||
transform: translateX(300px);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue