.spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#09f;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}