mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
9 lines
No EOL
325 B
HTML
9 lines
No EOL
325 B
HTML
<!-- From Uiverse.io by rajanarahul93 - Tags: simple, 3d, button -->
|
|
<button
|
|
class="bg-gradient-to-r from-purple-500 to-pink-500 hover:from-purple-600 hover:to-pink-600 text-white font-semibold py-3 px-6 rounded-full shadow-lg transform hover:scale-105 transition duration-300 ease-in-out"
|
|
>
|
|
Explore Now
|
|
</button>
|
|
|
|
|
|
|