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