.spinner{animation:spin 1s linear infinite forwards;padding:2px}@keyframes spin{to{transform:rotate(1turn)}}
