You can search all my notes here
.el { animation: rotating 1s infinite linear; } @keyframes rotating { from {transform:rotate(0deg);} to {transform:rotate(360deg);} }