You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
527 B
HTML
15 lines
527 B
HTML
<div>
|
|
<label for="email" class="block text-sm/6 font-medium text-gray-900"
|
|
>Email</label
|
|
>
|
|
<div class="mt-2">
|
|
<input
|
|
id="email"
|
|
type="email"
|
|
name="email"
|
|
placeholder="you@example.com"
|
|
class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
|
|
/>
|
|
</div>
|
|
</div>
|