There was an error while loading. Please reload this page.
1 parent e71f2fb commit 03a96d4Copy full SHA for 03a96d4
1 file changed
Form-Controls/index.html
@@ -29,6 +29,7 @@ <h1>Product Pick</h1>
29
required
30
pattern=".*\S.*\S.*"
31
/>
32
+ <br><br>
33
</div>
34
35
<!-- TODO2: Customer email -->
@@ -41,6 +42,7 @@ <h1>Product Pick</h1>
41
42
placeholder="Email"
43
44
45
46
47
48
<!-- TODO3: Colors to choose from -->
@@ -52,6 +54,7 @@ <h1>Product Pick</h1>
52
54
<option value="sage green">Sage Green</option>
53
55
<option value="charcoal">Charcoal</option>
56
</select>
57
58
59
60
<!-- TODO4: Sizes to choose from -->
@@ -66,6 +69,7 @@ <h1>Product Pick</h1>
66
69
<option value="XL">XL</option>
67
70
<option value="XXL">XXL</option>
68
71
72
73
74
75
<button type="submit">Submit</button>
0 commit comments