Update
This commit is contained in:
@@ -50,14 +50,14 @@
|
||||
.lefttoright {
|
||||
animation: fahren_rechts 10s linear infinite;
|
||||
bottom: -5%;
|
||||
left: -40%
|
||||
left: -40%;
|
||||
z-index: 1; //weiter vorne/hinten
|
||||
}
|
||||
|
||||
.righttoleft {
|
||||
animation: fahren_links 10s linear infinite;
|
||||
bottom: 8%;
|
||||
left: -40%
|
||||
left: -40%;
|
||||
transform: scaleX(-1);
|
||||
z-index: 0; //weiter vorne/hinten
|
||||
}
|
||||
|
Reference in New Issue
Block a user