This commit is contained in:
2019-05-09 13:27:36 +02:00
parent bc6c1f0b63
commit 58eadbd939

View File

@@ -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>