This commit is contained in:
2019-05-09 13:02:28 +02:00
parent 5bd0f2839c
commit 804150a969

View File

@@ -50,14 +50,14 @@
.lefttoright { .lefttoright {
animation: fahren_rechts 10s linear infinite; animation: fahren_rechts 10s linear infinite;
bottom: -5%; bottom: -5%;
left: -40% left: -40%;
z-index: 1; //weiter vorne/hinten z-index: 1; //weiter vorne/hinten
} }
.righttoleft { .righttoleft {
animation: fahren_links 10s linear infinite; animation: fahren_links 10s linear infinite;
bottom: 8%; bottom: 8%;
left: -40% left: -40%;
transform: scaleX(-1); transform: scaleX(-1);
z-index: 0; //weiter vorne/hinten z-index: 0; //weiter vorne/hinten
} }