There was an error while loading. Please reload this page.
1 parent 49c1ae1 commit 453a7daCopy full SHA for 453a7da
1 file changed
Form-Controls/index.html
@@ -63,14 +63,14 @@ <h1>Product Pick</h1>
63
<fieldset id="tshirt-info">
64
<legend>T-shirt info</legend>
65
<label for="color-radio-btns">Choose a colour:</label>
66
- <section id="color-radio-btns">
+ <div id="color-radio-btns">
67
<input type="radio" name="color" id="white" value="white" required>
68
<label for="white">White</label>
69
<input type="radio" name="color" id="black" value="black">
70
<label for="black">Black</label>
71
<input type="radio" name="color" id="brown" value="brown">
72
<label for="brown">Brown</label>
73
- </section>
+ </div>
74
<label for="size">Choose a size:</label>
75
<select name="size" id="size" required>
76
<option></option>
0 commit comments