Skip to content

Commit

Permalink
Fixed the href anchor tags in the nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
krittika019 committed Oct 26, 2024
1 parent 560b429 commit df1631b
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 @@ -29,8 +29,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 @@ -62,7 +62,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 df1631b

Please sign in to comment.