mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
30 lines
No EOL
1.3 KiB
HTML
30 lines
No EOL
1.3 KiB
HTML
<!-- From Uiverse.io by Javierrocadev - Tags: gradient, button, hover, hover effect, hoverme, hover button, tailwind, tailwindbutton -->
|
|
<button
|
|
class="font-semibold group relative text-2xl bg-gradient-to-t from-slate-50 to-gray-200 text-zinc-800 rounded-full flex gap-4 px-4 py-4 before:w-64 before:h-20 before:bg-gradient-to-b from-slate-50 to-gray-200 before:-z-10 before:absolute before:-top-2 before:-left-2 before:rounded-xl before:border-2 before:border-zinc-400 before:shadow-xl before:hover:opacity-70 hover:shadow-xl hover:before:blur before:duration-500 duration-300"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
fill="none"
|
|
viewBox="0 0 24 24"
|
|
class="w-8 h-8 group-hover:scale-125 group-hover:rotate-45 duration-300"
|
|
>
|
|
<path
|
|
stroke-linejoin="round"
|
|
stroke-linecap="round"
|
|
stroke-width="1.5"
|
|
stroke="#292D32"
|
|
d="M7.39999 6.32003L15.89 3.49003C19.7 2.22003 21.77 4.30003 20.51 8.11003L17.68 16.6C15.78 22.31 12.66 22.31 10.76 16.6L9.91999 14.08L7.39999 13.24C1.68999 11.34 1.68999 8.23003 7.39999 6.32003Z"
|
|
></path>
|
|
<path
|
|
stroke-linejoin="round"
|
|
stroke-linecap="round"
|
|
stroke-width="1.5"
|
|
stroke="#292D32"
|
|
d="M10.11 13.6501L13.69 10.0601"
|
|
></path>
|
|
</svg>
|
|
Send Message
|
|
</button>
|
|
|
|
|
|
|