There was an error while loading. Please reload this page.
1 parent e7daaa2 commit 3f082e9Copy full SHA for 3f082e9
1 file changed
Form-Controls/index.html
@@ -14,12 +14,12 @@
14
<h1>Product Pick</h1>
15
</header>
16
<main>
17
+ <div class="container">
18
<form>
19
<!-- write your html here-->
20
<!--
21
try writing out the requirements first as comments
22
this will also help you fill in your PR message later-->
- <div class="container">
23
<div class="field-row">
24
<label for="name">Customer Name:</label>
25
<input type="text" id="name" minlength="2" pattern=".*\S.*\S.*" required>
@@ -60,8 +60,9 @@ <h1>Product Pick</h1>
60
61
</fieldset>
62
</div>
63
-
+
64
</form>
65
+ </div>
66
</main>
67
<footer>
68
<!-- change to your name-->
0 commit comments