mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
9 lines
No EOL
359 B
HTML
9 lines
No EOL
359 B
HTML
<!-- From Uiverse.io by EcheverriaJesus - Tags: gradient, button, hover, tailwind, tailwindbutton -->
|
|
<button
|
|
class="w-28 h-12 text-white font-semibold bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 rounded-lg shadow-lg hover:scale-105 duration-200 hover:drop-shadow-2xl hover:shadow-[#7dd3fc] hover:cursor-pointer"
|
|
>
|
|
Button
|
|
</button>
|
|
|
|
|
|
|