This commit is contained in:
2019-05-09 13:07:12 +02:00
parent 54deb6f65a
commit a899fb8fd9

View File

@@ -43,7 +43,6 @@
.delay { .delay {
animation-delay: 2s; animation-delay: 2s;
animation-direction: reverse;
} }
@@ -60,6 +59,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;
} }
</style> </style>
</head> </head>