master
kek7198 2021-12-11 23:20:51 -06:00
parent 171ea22f10
commit 6460a92b44
1 changed files with 4 additions and 4 deletions

View File

@ -19,19 +19,19 @@
<style>
@keyframes train {
0% {
left: 0%;
right: 0%;
}
100% {
left: 100%;
right: 100%;
}
}
@keyframes trainrev {
0% {
left: 100%;
right: 100%;
}
100% {
left: 0%;
right: 0%;
}
}