Skip to content

Commit

Permalink
Add code for added edible items
Browse files Browse the repository at this point in the history
Added code for 4 list items for the added fruits and vegetables, orange, grapes, potato, pumpkin
  • Loading branch information
Aditi-Dahiya authored Feb 16, 2023
1 parent 1f28365 commit 6e1fd85
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ <h1>Choose your favorite Fruit</h1>
<img src="images/watermelon.png" alt="Watermelon" />
</button>
</li>
<li>
<button class="choose-btn">
<p>Orange</p>
<img src="images/orange.png" alt="Orange">
</button>
</li>
<li>
<button class="choose-btn">
<p>Grapes</p>
<img src="images/grapes.png" alt="Grapes">
</button>
</li>
</ul>

<h1>OR</h1>
Expand Down Expand Up @@ -91,6 +103,18 @@ <h1>Choose your favorite Vegetable to continue..</h1>
<img src="images/tomato.png" alt="Tomato" />
</button>
</li>
<li>
<button class="choose-btn">
<p>Pumpkin</p>
<img src="images/pumpkin.png" alt="Pumpkin" />
</button>
</li>
<li>
<button class="choose-btn">
<p>Potato</p>
<img src="images/potato.png" alt="Potato" />
</button>
</li>
</ul>
</div>

Expand All @@ -111,4 +135,4 @@ <h3 id="score" class="score">Score: 0</h3>
<script src="script.js"></script>
</body>

</html>
</html>

0 comments on commit 6e1fd85

Please sign in to comment.