mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
13 lines
No EOL
482 B
HTML
13 lines
No EOL
482 B
HTML
<!-- From Uiverse.io by yash-mishra150 - Tags: button, hover button, gradient border -->
|
|
<button
|
|
class="cursor-pointer w-28 h-10 font-poppins text-lg border-solid border-2 border-slate-400 rounded-3xl active:shadow-none hover:shadow-lg duration-300 transition hover:text-white hover:bg-gradient-to-r from-[#F28500] to-[#FF00FF] rounded p-1"
|
|
>
|
|
<span
|
|
class="h-9 bg-black hover:text-white rounded-3xl p-1 px-6 transition duration-300"
|
|
>
|
|
Button
|
|
</span>
|
|
</button>
|
|
|
|
|
|
|