<html>
<head>
<style>
* {
margin: 0px;
padding: 0px;
user-select: none;
font-size: 14px;
}
html {
background: #0e74af;
}
#div {
animation: myfirst 8s infinite;
display: inline-block;
min-width: 100%;
white-space: nowrap;
height: 200px;
font-size: 0px;
}
@keyframes myfirst {
0% {
transform: translateX(0);
}
20% {
transform: translate