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