galaxy/Buttons/themrsami_light-moth-79.html

7 lines
448 B
HTML

<!-- From Uiverse.io by themrsami - Tags: button, 3d button, 3d cool effect, 3d hover -->
<button class="relative overflow-hidden bg-gradient-to-r from-green-400 to-blue-500 text-white py-4 px-8 font-semibold rounded-3xl shadow-xl transform transition-all duration-500 hover:scale-110 hover:rotate-3 hover:skew-x-12">
<span class="absolute top-0 left-0 w-full h-full bg-blue-300"></span>
<span class="relative z-10">Hover Me</span>
</button>