mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
8 lines
388 B
HTML
8 lines
388 B
HTML
<!-- From Uiverse.io by carlosepcc - Tags: simple, 3d, blue, button, game, transition, click effect, asset -->
|
|
<button class="cursor-pointer transition-all bg-blue-500 text-white px-6 py-2 rounded-lg
|
|
border-blue-600
|
|
border-b-[4px] hover:brightness-110 hover:-translate-y-[1px] hover:border-b-[6px]
|
|
active:border-b-[2px] active:brightness-90 active:translate-y-[2px]">
|
|
Button
|
|
</button>
|
|
|