mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
9 lines
No EOL
250 B
HTML
9 lines
No EOL
250 B
HTML
<!-- From Uiverse.io by danilppzz - Tags: button, dark, modern, tailwind -->
|
|
<button
|
|
class="bg-[#292929] border-2 border-[#3e3e3e] rounded-lg text-white px-6 py-3 text-base hover:border-[#fff] cursor-pointer transition"
|
|
>
|
|
Submit
|
|
</button>
|
|
|
|
|
|
|