mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 21:20:21 +08:00
5 lines
355 B
HTML
5 lines
355 B
HTML
<!-- From Uiverse.io by AlimurtuzaCodes - Tags: button, color, tailwind -->
|
|
<button class="w-40 h-12 bg-white cursor-pointer rounded-3xl border-2 border-[#9748FF] shadow-[inset_0px_-2px_0px_1px_#9748FF] group hover:bg-[#9748FF] transition duration-300 ease-in-out">
|
|
<span class="font-medium text-[#333] group-hover:text-white">Hover me</span>
|
|
</button>
|
|
|