mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
7 lines
448 B
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>
|
|
|
|
|