feature/shoppingList #1
11
index.html
11
index.html
@ -35,7 +35,16 @@
|
||||
</div>
|
||||
|
||||
<button class="shopping-form-submit-button" type="submit">Add to list</button>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
<div class="shopping-result">
|
||||
<div class="shopping-result-head">
|
||||
<strong>Item</strong>
|
||||
<strong>Quantity</strong>
|
||||
</div>
|
||||
|
||||
<ul class="shopping-items"></ul>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user