remotes/1693045480750635534/spooky-22
Aevann1 2021-10-21 02:45:17 +02:00
parent af339b7ec6
commit a6c89bee54
1 changed files with 4 additions and 4 deletions

View File

@ -38,10 +38,10 @@
position: fixed; position: fixed;
width: 100px; width: 100px;
z-index:10; z-index:10;
animation: train 3s linear infinite !important; animation: train 5s linear infinite !important;
} }
.trainrev { .trainrev {
animation: trainrev 3s linear infinite !important; animation: trainrev 5s linear infinite !important;
} }
} }
@ -50,10 +50,10 @@
position: fixed; position: fixed;
width: 35px; width: 35px;
z-index:10; z-index:10;
animation: train 1s linear infinite !important; animation: train 3s linear infinite !important;
} }
.trainrev { .trainrev {
animation: trainrev 1s linear infinite !important; animation: trainrev 3s linear infinite !important;
} }
} }