.spinner{animation:spin 1s steps(8) infinite}@keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}
