Template:Golden labubu.css
.golden {
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/6/67/Karat.png");
background-size: auto 128px;
background-repeat: repeat-x;
animation: OHGOD 10s linear infinite;
width: 100%;
height: 128px;
}
@keyframes OHGOD {
from {background-position: left;}
to {background-position: right;}
}