mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
14 lines
780 B
HTML
14 lines
780 B
HTML
<!-- From Uiverse.io by shadowfax29 - Tags: button, active, 3d button -->
|
|
|
|
<button class="relative text-neutral-300 cursor-pointer w-28 h-28 bg-purple-300 rounded-full flex justify-center items-center text-neutral-400 transition duration-300 shadow-lg shadow-purple-400 active:shadow-none active:translate-y-1.5">
|
|
<div class="relative -top-[1px] cursor-pointer w-24 h-24 bg-purple-300 rounded-full border-8 border-white">
|
|
<div class="w-3 h-3 bg-purple-800 rounded-full relative top-5 left-5"></div>
|
|
<div class="w-3 h-3 bg-purple-800 rounded-full relative top-2 left-12"></div>
|
|
<div class="w-3 h-3 bg-purple-800 rounded-full relative top-5 left-5"></div>
|
|
<div class="w-3 h-3 bg-purple-800 rounded-full relative top-2 left-12"></div>
|
|
</div>
|
|
|
|
</button>
|
|
|
|
|
|
|