Skip to content

Commit 9c5a249

Browse files
Small change to the radio button
1 parent 205ba3b commit 9c5a249

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Form-Controls/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ <h1>Product Pick</h1>
2525
<br>
2626
<fieldset>
2727
<legend>Pick a color of your choosing</legend>
28-
<label for="color-red">Red</label>
29-
<input type="radio" id="color-red" name="color" value="Red">
30-
<label for="color-blue">Blue</label>
31-
<input type="radio" id="color-blue" name="color" value="Blue">
32-
<label for="color-green">Green</label>
33-
<input type="radio" id="color-green" name="color" value="Green">
28+
<input type="radio" id="color-red" name="color" value="Red">
29+
<label for="color-red">Red</label>
30+
<input type="radio" id="color-blue" name="color" value="Blue">
31+
<label for="color-blue">Blue</label>
32+
<input type="radio" id="color-green" name="color" value="Green">
33+
<label for="color-green">Green</label>
3434
</fieldset>
3535
<div>
3636
<br>

0 commit comments

Comments
 (0)