mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
5 lines
384 B
HTML
5 lines
384 B
HTML
<!-- From Uiverse.io by JesusRafaelNavaCruz - Tags: button, retro, click effect -->
|
|
<button class="cursor-pointer uppercase font-mono bg-white font-bold py-2 px-4 rounded border-2 border-black shadow-[0.25rem_0.25rem_#121212] transition-[transform_50ms, box-shadow_50ms] active:translate-x-0.5 active:translate-y-0.5 active:shadow-[0.125rem_0.125rem_#121212]">
|
|
Click me!
|
|
</button>
|
|
|