mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
3 lines
534 B
HTML
3 lines
534 B
HTML
<!-- From Uiverse.io by SmookyDev - Tags: animation, button, hover effect, hoverme, tailwind, tailwindbutton -->
|
|
<button class="smky-btn3 relative hover:text-[#778464] py-2 px-6 after:absolute after:h-1 after:hover:h-[200%] transition-all duration-500 hover:transition-all hover:duration-500 after:transition-all after:duration-500 after:hover:transition-all after:hover:duration-500 overflow-hidden z-20 after:z-[-20] after:bg-[#abd373] after:rounded-t-full after:w-full after:bottom-0 after:left-0 text-gray-600">Hover ME</button>
|
|
|