読み込み中...
読み込み中...
スピナー・ドット・バー等のCSSローディングアニメーションを生成。
最終更新日 ・ by yuzlrin
.loader{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 0.8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}