mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-27 20:50:21 +08:00
27 lines
No EOL
689 B
HTML
27 lines
No EOL
689 B
HTML
<!-- From Uiverse.io by TamaniPhiri - Tags: simple, email, input, login , login form, input -->
|
|
<div
|
|
class="shadow-lg flex gap-2 items-center bg-white p-2 hover:shadow-xl duration-300 hover:border-2 border-gray-400 group delay-200 rounded-md"
|
|
>
|
|
<svg
|
|
class="group-hover:rotate-[360deg] duration-300"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
viewBox="0 0 24 24"
|
|
height="1em"
|
|
width="1em"
|
|
>
|
|
<path
|
|
d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"
|
|
></path>
|
|
<path d="M22 6l-10 7L2 6"></path>
|
|
</svg>
|
|
<input
|
|
type="email"
|
|
name="text"
|
|
class="flex-1 focus:outline-none"
|
|
placeholder="Email"
|
|
/>
|
|
</div>
|
|
|
|
|
|
|