mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
28 lines
No EOL
1,014 B
HTML
28 lines
No EOL
1,014 B
HTML
<!-- From Uiverse.io by willeumsk - Tags: blue, social, twitter, button, shadow, glow -->
|
|
<ul class="mb-4 mt-4 list-none space-x-1">
|
|
<li class="inline-block text-left">
|
|
<a
|
|
class="relative mb-1 inline-block cursor-pointer select-none overflow-hidden whitespace-nowrap rounded p-2 text-center align-middle text-xs font-medium leading-5 tracking-wide text-slate-800 transition duration-300 ease-linear hover:text-blue-400 hover:shadow-2xl hover:shadow-blue-600"
|
|
href=""
|
|
>
|
|
<span class="sr-only hidden">Twitter</span>
|
|
<svg
|
|
stroke="currentColor"
|
|
fill="currentColor"
|
|
aria-label="Twitter"
|
|
aria-hidden="true"
|
|
viewBox="0 0 24 24"
|
|
class="h-8 w-8 fill-current"
|
|
>
|
|
<g>
|
|
<path
|
|
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"
|
|
></path>
|
|
</g>
|
|
</svg>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|