.box{border:3px solid #fff;border-color:#fff #0000;border-radius:50%;width:60px;height:60px;animation:2s infinite spin-stretch}@keyframes spin-stretch{50%{border-width:8px;transform:rotate(360deg)scale(.4,.33)}to{border-width:3px;transform:rotate(720deg)scale(1)}}
