mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
23 lines
No EOL
738 B
HTML
23 lines
No EOL
738 B
HTML
<!-- From Uiverse.io by SouravBandyopadhyay - Tags: simple, material design, button, light, modern, clean, hoverme, hover button -->
|
|
<button
|
|
class="flex transform cursor-pointer items-center justify-center space-x-2 rounded-full bg-white px-4 py-2 font-semibold tracking-tight text-black shadow-md transition duration-300 hover:scale-110"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
class="h-6 w-6 rotate-45 transform transition duration-300"
|
|
fill="none"
|
|
viewBox="0 0 24 24"
|
|
stroke="currentColor"
|
|
>
|
|
<path
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
stroke-width="2"
|
|
d="M12 19l9 2-9-18-9 18 9-2zm0 0v-8"
|
|
></path>
|
|
</svg>
|
|
<span class="mr-2">Send Message</span>
|
|
</button>
|
|
|
|
|
|
|