mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
7 lines
392 B
HTML
7 lines
392 B
HTML
<!-- From Uiverse.io by lumamantelli - Tags: button, focus -->
|
|
<button class="cursor-pointer inline-flex items-center rounded-full px-9 py-3 text-xl font-mono font-semibold text-rose-600 hover:text-white border-2 border-rose-600
|
|
hover:bg-rose-600 transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-75 hover:bg-rose-600 duration-300 focus:bg-transparent">
|
|
BUTTON
|
|
</button>
|
|
|
|
|