.spinner{border-radius:50%;border:4px solid #262626;width:46px;height:46px;margin:auto;position:relative}.spinner:after{content:"";border-radius:50%;position:absolute;width:inherit;height:inherit;top:-4px;left:-4px;border:inherit;border-color:#f16436;-webkit-clip-path:polygon(0 0,50% 50%,100% 0);clip-path:polygon(0 0,50% 50%,100% 0);animation:rotate-spinner 1s linear infinite}@keyframes rotate-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}