.animated-bg{background-image:url(/images/islamic-pattern.png);background-repeat:repeat;background-size:400px 400px;animation:bg-move 40s linear infinite}@keyframes bg-move{0%{background-position:0 0}to{background-position:1000px 0}}