mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
9 lines
No EOL
319 B
HTML
9 lines
No EOL
319 B
HTML
<!-- From Uiverse.io by Ubaton - Tags: button, hover button, tailwindbutton -->
|
|
<button
|
|
class="text-zinc-700 hover:text-zinc-200 backdrop-blur-lg bg-gradient-to-tr from-transparent via-[rgba(121,121,121,0.16)] to-transparent rounded-md py-2 px-6 shadow hover:shadow-zinc-400 duration-700"
|
|
>
|
|
Button
|
|
</button>
|
|
|
|
|
|
|