mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
18 lines
No EOL
558 B
HTML
18 lines
No EOL
558 B
HTML
<!-- From Uiverse.io by kamehame-ha - Tags: simple, login, input, tailwind, tailwindcss -->
|
|
<div class="input flex flex-col w-fit static">
|
|
<label
|
|
for="input"
|
|
class="text-blue-500 text-xs font-semibold relative top-2 ml-[7px] px-[3px] bg-[#e8e8e8] w-fit"
|
|
>Password:</label
|
|
>
|
|
<input
|
|
id="password"
|
|
type="password"
|
|
placeholder="Write here..."
|
|
name="input"
|
|
class="border-blue-500 input px-[10px] py-[11px] text-xs bg-[#e8e8e8] border-2 rounded-[5px] w-[210px] focus:outline-none placeholder:text-black/25"
|
|
/>
|
|
</div>
|
|
|
|
|
|
|