Skip to content

Commit

Permalink
Merge pull request #24 from krittika019/develop
Browse files Browse the repository at this point in the history
Fixed the href anchor tags in the nav bar
  • Loading branch information
Yorichiiii22 authored Oct 27, 2024
2 parents 9a9a036 + df1631b commit 607037e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project Food Menu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<span class="line line3"></span>
</div>
<ul class="menu-items">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#showcase">Home</a></li>
<li><a href="#about block">About</a></li>
<li><a href="#food">Category</a></li>
<li><a href="#food-menu">Menu</a></li>
<li><a href="#testimonials">Testimonial</a></li>
Expand Down Expand Up @@ -66,7 +66,7 @@ <h2>Serving delicacies since 1992</h2>
</div>
</div>
</section>
<section id="food " class="block">
<section id="food" class="block">
<h2 class="heading2">Types of food</h2>
<div class="food-container container">
<div class="food-type fruite">
Expand Down

0 comments on commit 607037e

Please sign in to comment.