Skip to content

Commit 03a96d4

Browse files
Added line breaks for some spacing
1 parent e71f2fb commit 03a96d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ <h1>Product Pick</h1>
2929
required
3030
pattern=".*\S.*\S.*"
3131
/>
32+
<br><br>
3233
</div>
3334

3435
<!-- TODO2: Customer email -->
@@ -41,6 +42,7 @@ <h1>Product Pick</h1>
4142
placeholder="Email"
4243
required
4344
/>
45+
<br><br>
4446
</div>
4547

4648
<!-- TODO3: Colors to choose from -->
@@ -52,6 +54,7 @@ <h1>Product Pick</h1>
5254
<option value="sage green">Sage Green</option>
5355
<option value="charcoal">Charcoal</option>
5456
</select>
57+
<br><br>
5558
</div>
5659

5760
<!-- TODO4: Sizes to choose from -->
@@ -66,6 +69,7 @@ <h1>Product Pick</h1>
6669
<option value="XL">XL</option>
6770
<option value="XXL">XXL</option>
6871
</select>
72+
<br><br>
6973
</div>
7074

7175
<button type="submit">Submit</button>

0 commit comments

Comments
 (0)