Skip to content

Commit 3f082e9

Browse files
committed
updated container to wrap entire form in html
1 parent e7daaa2 commit 3f082e9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<h1>Product Pick</h1>
1515
</header>
1616
<main>
17+
<div class="container">
1718
<form>
1819
<!-- write your html here-->
1920
<!--
2021
try writing out the requirements first as comments
2122
this will also help you fill in your PR message later-->
22-
<div class="container">
2323
<div class="field-row">
2424
<label for="name">Customer Name:</label>
2525
<input type="text" id="name" minlength="2" pattern=".*\S.*\S.*" required>
@@ -60,8 +60,9 @@ <h1>Product Pick</h1>
6060

6161
</fieldset>
6262
</div>
63-
63+
6464
</form>
65+
</div>
6566
</main>
6667
<footer>
6768
<!-- change to your name-->

0 commit comments

Comments
 (0)