/* HTML: */
.loader {
width: 30px;
aspect-ratio: 1;
border-radius: 50%;
border: 5px solid;
border-color: #fff #000;
animation: l1 1s infinite;
display: block;
margin: 0 auto 10px;
}
@keyframes l1 {to{transform: rotate(.5turn)}}
Read the full article here