mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
5 lines
564 B
HTML
5 lines
564 B
HTML
<!-- From Uiverse.io by sahilxkhadka - Tags: animated, #button -->
|
|
<button class="bg-gradient-to-r from-blue-400 via-teal-500 to-cyan-500 text-white font-bold py-3 px-6 rounded-md hover:bg-gradient-to-r hover:from-teal-500 hover:via-blue-400 hover:to-cyan-500 transition duration-500 ease-in-out transform hover:-translate-y-1 hover:scale-110 shadow-md hover:shadow-lg group focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-opacity-50 active:translate-y-2 active:shadow-sm">
|
|
<span class="group-hover:animate-bounce">Frenzy Button</span>
|
|
</button>
|
|
|