@keyframes rotate{ 0%{ transform: totate(0deg); } 100%{ transform: totate(360deg); } } .bg{ animation:rotate 1s linear 0.2s infinite; }