forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-21 02:43:40 +02:00
parent b701f2013e
commit be4c298d2a
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
.train { .train {
position: fixed; position: fixed;
width: 100px; width: 100px;
z-index:10;
animation: train 5s linear infinite !important; animation: train 5s linear infinite !important;
} }
.trainrev { .trainrev {
@ -48,6 +49,7 @@
.train { .train {
position: fixed; position: fixed;
width: 25px; width: 25px;
z-index:10;
animation: train 3s linear infinite !important; animation: train 3s linear infinite !important;
} }
.trainrev { .trainrev {