mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
12 lines
No EOL
561 B
HTML
12 lines
No EOL
561 B
HTML
<!-- From Uiverse.io by Z4drus - Tags: simple, animation, minimalist, white, black, button, smooth, light -->
|
|
<button
|
|
class="relative overflow-hidden bg-white border-2 border-gray-300 text-gray-800 font-semibold py-2 px-4 rounded-lg shadow-sm hover:shadow transition-all duration-500 ease-linear focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-opacity-50 active:scale-95"
|
|
>
|
|
Click Me
|
|
<span
|
|
class="absolute inset-0 bg-gray-100 rounded-lg opacity-0 hover:opacity-10 transition-opacity duration-100 ease-linear"
|
|
></span>
|
|
</button>
|
|
|
|
|
|
|