.rotate{animation:rotation 15s}.linear{animation-timing-function:linear}.infinite{animation-iteration-count:infinite}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.rotate{animation:rotation 15s}.linear{animation-timing-function:linear}.infinite{animation-iteration-count:infinite}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}