File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ <h1>Product Pick</h1>
4747 < br >
4848
4949 <!-- This is a color section -->
50+
5051 < div class ="AllClr ">
5152 < label class ="blk " for ="clr "> T-shirt Color*</ label >
5253 < select name ="Color " id ="clr " required >
@@ -59,6 +60,24 @@ <h1>Product Pick</h1>
5960
6061 < br >
6162
63+
64+ <!-- This is a size option -->
65+
66+ < div >
67+ < label class ="blk " for ="sz "> T-shirt Size*</ label >
68+ < select name ="Size " id ="sz " required >
69+ < option value =""> -- Select a color -- </ option >
70+ < option value ="xs "> XS</ option >
71+ < option value ="s "> S</ option >
72+ < option value ="m "> M</ option >
73+ < option value ="l "> L</ option >
74+ < option value ="xl "> XL</ option >
75+ < option value ="xxl "> XXL</ option >
76+ </ select >
77+
78+ < button class ="btn " type ="submit "> Submit </ button >
79+ </ div >
80+
6281 </ form >
6382 </ main >
6483 < footer >
You can’t perform that action at this time.
0 commit comments