galaxy/Buttons/sourabhvv_evil-dog-58.html

23 lines
No EOL
673 B
HTML

<!-- From Uiverse.io by sourabhvv - Tags: button, download, tailwindbutton -->
<button
class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 transition duration-150 ease-in-out"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
stroke="currentColor"
fill="none"
class="w-5 h-5 mr-2 -ml-1"
>
<path
d="M12 4v12m8-8l-8 8-8-8"
stroke-width="2"
stroke-linejoin="round"
stroke-linecap="round"
></path>
</svg>
Download
</button>