This commit is contained in:
2019-05-09 09:40:27 +02:00
parent c0a8c1eb44
commit 7bfd67ab55

View File

@@ -14,6 +14,13 @@
overflow: hidden; overflow: hidden;
} }
img {
width: 40%
height: 40%;
position: absolute;
}
@keyframes fahren { @keyframes fahren {
0% { 0% {
left: -40%; left: -40%;
@@ -31,9 +38,6 @@
.lefttoright { .lefttoright {
width: 40%
height: 40%;
position: absolute;
bottom: -5%; bottom: -5%;
animation: fahren 10s linear infinite; animation: fahren 10s linear infinite;
transform: scaleX(-1); transform: scaleX(-1);