Spin Loader

쉬움

회전하는 원형 로더

#animation#css-only

라이브 데모

코드

loaders.css
@keyframes spin {
  to { transform: rotate(360deg); }
}