mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
10 lines
529 B
HTML
10 lines
529 B
HTML
<!-- From Uiverse.io by FWDJc - Tags: button, click, hover button, egg -->
|
|
<button class="cursor-grab w-32 h-32 flex items-center justify-center rounded-full bg-white animate-bounce">
|
|
<span class="h-20 w-20 rounded-full bg-yellow-500 hover:bg-red-500 relative rotate-90">
|
|
<span class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">
|
|
<span class="block h-2 w-2 bg-black rounded-full"></span>
|
|
<span class="block h-2 w-2 bg-black rounded-full mt-3"></span>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
|