mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
10 lines
No EOL
338 B
HTML
10 lines
No EOL
338 B
HTML
<!-- From Uiverse.io by Na3ar-17 - Tags: simple, input, tailwind, tailwindcss -->
|
|
<input
|
|
class="bg-[#222630] px-4 py-3 outline-none w-[280px] text-white rounded-lg border-2 transition-colors duration-100 border-solid focus:border-[#596A95] border-[#2B3040]"
|
|
name="text"
|
|
placeholder="Enter email or username"
|
|
type="text"
|
|
/>
|
|
|
|
|
|
|