Update
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Straße</title> <meta charset="utf-8">
|
||||
<title>Straße</title>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
html, body {
|
||||
width: 100%;
|
||||
@@ -44,7 +45,6 @@
|
||||
animation-delay: 2s;
|
||||
}
|
||||
|
||||
|
||||
.lefttoright {
|
||||
animation: fahren_rechts 10s linear infinite;
|
||||
bottom: -5%;
|
||||
@@ -58,7 +58,7 @@
|
||||
left: -40%;
|
||||
transform: scaleX(-1);
|
||||
z-index: 0; //weiter vorne/hinten
|
||||
animation-direction: reverse;
|
||||
animation-direction: reverse;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user