remotes/1693045480750635534/spooky-22
Aevann1 2021-10-20 20:45:59 +02:00
parent d5c63b0ba6
commit c3f8f46145
1 changed files with 24 additions and 0 deletions

View File

@ -1,6 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<style>
.moving-van{
position: absolute;
width: 100px;
z-index: 10;
left: -18%;
top: 50%;
animation: moveBus 5s linear infinite !important;
}
@keyframes moveBus {
0% {
left: -18%;
}
100% {
left: 110%;
}
}
</style>
<div class="moving-van">
<img src="/assets/images/emojis/marseytrain.webp">
</div>
<script src="/assets/js/lozad.js?v=53"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>