html { background: 0px 0px / 4rem 4rem url("https://files.catbox.moe/kn4ysy.jpg"); animation: scroll 4s infinite linear; } @keyframes { from { background-position: 0px 0px; } to { background-position: 4rem 4rem; } }