mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-27 20:50:21 +08:00
11 lines
No EOL
409 B
HTML
11 lines
No EOL
409 B
HTML
<!-- From Uiverse.io by ArnavK-09 - Tags: simple, skeuomorphism, loader, spinner, shadow, glow, circle loader, multicolor -->
|
|
<div
|
|
class="p-3 animate-spin drop-shadow-2xl bg-gradient-to-bl from-pink-400 via-purple-400 to-indigo-600 md:w-48 md:h-48 h-32 w-32 aspect-square rounded-full"
|
|
>
|
|
<div
|
|
class="rounded-full h-full w-full bg-slate-100 dark:bg-zinc-900 background-blur-md"
|
|
></div>
|
|
</div>
|
|
|
|
|
|
|