mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-27 20:50:21 +08:00
14 lines
No EOL
661 B
HTML
14 lines
No EOL
661 B
HTML
<!-- From Uiverse.io by ArnavK-09 - Tags: simple, gradient, button, loader, minimal, cursor, vintage, sober -->
|
|
<div
|
|
class="hover:scale-110 transition-all ease-in-out cursor-pointer hover:shadow-xl hover:shadow-neutral-700 delay-250 animate-spin delay-50 duration-1000 bg-gradient-to-br border-4 shadow-inner shadow-neutral-700 border-neutral-950 from-white/80 to-gray-600 rounded-full grid place-items-center z-0 h-20 w-20 relative"
|
|
>
|
|
<div
|
|
class="rounded-full bg-neutral-900 absolute rotate-[90deg] z-20 h-20 scale-50 w-2"
|
|
></div>
|
|
<div
|
|
class="rounded-full bg-neutral-900 absolute rotate-[180deg] z-20 h-20 scale-50 w-2"
|
|
></div>
|
|
</div>
|
|
|
|
|
|
|