mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
9 lines
No EOL
417 B
HTML
9 lines
No EOL
417 B
HTML
<!-- From Uiverse.io by ItsEnigma143 - Tags: button, hover, hover effect, hoverme, box-shadow, #button, tailwind, tailwindcss -->
|
|
<div
|
|
class="max-w-32 bg-transparent items-center justify-center flex border-2 border-sky-500 shadow-lg hover:bg-sky-500 text-sky-500 hover:text-white duration-300 cursor-pointer active:scale-[0.98]"
|
|
>
|
|
<button class="px-5 py-2"><a class="" href="">Click Me</a></button>
|
|
</div>
|
|
|
|
|
|
|