mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
6 lines
320 B
HTML
6 lines
320 B
HTML
<!-- From Uiverse.io by csemszepp - Tags: gradient, button -->
|
|
<button class="bg-gradient-to-r from-pink-500 to-purple-500 hover:animate-pulse focus:outline-none text-white font-semibold py-3 px-6 rounded-full shadow-lg transform transition-all duration-300 hover:scale-105 hover:bg-opacity-90">
|
|
Click Me!
|
|
</button>
|
|
|
|
|