SHOWING: First 60
#bitmap {
background: url("/content/9af547dca04b3784867147c5c2b71eee44c2994b708e87e289a13cd7bfb1e827i0") repeat-X;
animation: movebg 10s linear infinite;
background-size: auto;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
@keyframes movebg {
0% {
background-position: 1324px
}
100% {
background-position: 0
}
}
#21,278,656textbody {
margin: 0;
background: #000;
}
#bitman {
width: 128px;
height: 128px;
margin: auto;
background: url("/content/907e75a0aa60b6e81265ffb9178c80b95ae3903e34478741056d16ba92315bc2i0") repeat-x;
position: relative;
bottom: 34px;
animation: walk .9s steps(3) infinite;
}
@keyframes walk {
0% {
background-position: 0
}
100% {
background-position: -384px
}
}
#21,278,552text