We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc99518 commit 9d1fa6eCopy full SHA for 9d1fa6e
Form-Controls/index.html
@@ -26,14 +26,15 @@ <h1>T-shirt Pick</h1>
26
id="name"
27
placeholder="Enter full name "
28
required
29
+ minlength="2"
30
/>
31
</div>
32
<div class="label-email">
33
<label for="email">Email</label>
34
<input
- type="text"
35
name="email"
36
id="email"
37
+ type="email"
38
placeholder="Enter your email"
39
40
Form-Controls/styles.css
@@ -1,7 +1,7 @@
1
-body {
2
- margin: 0;
+/* body { */
+/* margin: 0;
3
padding: 0;
4
-}
+} */
5
.header {
6
display: flex;
7
flex-direction: column;
@@ -31,6 +31,7 @@ form {
}
input[type="text"],
input[type="date"],
+input[type="email"],
select {
width: 92%;
padding: 12px 20px;
0 commit comments