mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
13 lines
No EOL
555 B
HTML
13 lines
No EOL
555 B
HTML
<!-- From Uiverse.io by devAaus - Tags: loading, loader, spinner, colorful, circle loader, spin, multicolor, loading animation -->
|
|
<div class="flex-col gap-4 w-full flex items-center justify-center">
|
|
<div
|
|
class="w-20 h-20 border-4 border-transparent text-blue-400 text-4xl animate-spin flex items-center justify-center border-t-blue-400 rounded-full"
|
|
>
|
|
<div
|
|
class="w-16 h-16 border-4 border-transparent text-red-400 text-2xl animate-spin flex items-center justify-center border-t-red-400 rounded-full"
|
|
></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|