mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
5 lines
314 B
HTML
5 lines
314 B
HTML
<!-- From Uiverse.io by Saiyed-Tanvir - Tags: button, hover button -->
|
|
<button class="shadow-[inset_0_0_0_0px_green] border-2 border-[#0f6] hover:bg-transparent hover:shadow-[inset_0_0_0_3px_#0f6] active:shadow-[inset_0_0_0_25px_#0f6] text-white font-bold py-2 px-4 rounded transition-all">
|
|
Click me!
|
|
</button>
|
|
|