Skip to content

Commit 9e12162

Browse files
committed
Project Setup
1 parent ff7b9d0 commit 9e12162

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,17 @@ <h1>Product Pick</h1>
1313
</header>
1414
<main>
1515
<form>
16-
<!-- write your html here-->
16+
<div>
17+
<label>Name</label>
18+
<input>
19+
</div>
20+
<button>submit</button>
1721
<!--
22+
checklist:
23+
1. Name: min 2 non-space characters
24+
2. Email: valid email format
25+
3. Colour: 3 options
26+
4. Size: 6 options (xs-s-m-l-xl-xxl)
1827
try writing out the requirements first as comments
1928
this will also help you fill in your PR message later-->
2029
</form>

0 commit comments

Comments
 (0)