.loader{animation:rotation 1s linear infinite;border:8px solid #a9e571;border-bottom-color:#3e7219;border-radius:50%;box-sizing:border-box;display:inline-block;height:100px;width:100px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}