There was an error while loading. Please reload this page.
1 parent 21ad88b commit d80f4a6Copy full SHA for d80f4a6
1 file changed
Form-Controls/index.html
@@ -37,7 +37,7 @@ <h1>Product Pick</h1>
37
38
<br>
39
40
-
+
41
<!-- This is a customer email input -->
42
<div>
43
<label class="blk" for="mail">Email* </label>
@@ -46,6 +46,19 @@ <h1>Product Pick</h1>
46
47
48
49
+ <!-- This is a color section -->
50
+ <div class="AllClr">
51
+ <label class="blk" for="clr"> T-shirt Color*</label>
52
+ <select name="Color" id="clr" required>
53
+ <option value="">-- Select a color -- </option>
54
+ <option value="red">Red</option>
55
+ <option value="blue"> Blue</option>
56
+ <option value="yellow">Yellow</option>
57
+ </select>
58
+ </div>
59
60
+ <br>
61
62
</form>
63
</main>
64
<footer>
0 commit comments