mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
11 lines
No EOL
409 B
HTML
11 lines
No EOL
409 B
HTML
<!-- From Uiverse.io by ItsEnigma143 - Tags: simple, button, hover, active, click, buttons, tailwind, 2d button -->
|
|
<div class="w-[150px] h-[50px]">
|
|
<button
|
|
class="w-[140px] h-[40px] shadow-2xl bg-sky-600 outline outline-offset-2 outline-1 outline-sky-600 hover:scale-[1.03] hover:outline-none duration-300 active:scale-[0.99]"
|
|
>
|
|
<a class="font-bold" href="#">Button</a>
|
|
</button>
|
|
</div>
|
|
|
|
|
|
|