Skip to content

Commit

Permalink
Aligned elements of the footer properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jency1 committed Jul 24, 2024
1 parent 925b5d6 commit 7f8c51b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h1 class="m-0">OUR MENU</h1>
<div class="container-fluid py-5 px-0">
<div class="row justify-content-evenly gy-5">
<div class="col-6 col-sm-3 col-md-2 col-xl-2">
<h5 class="mb-3">See Also</h5>
<h5 class="mb-3 text-center">See Also</h5>
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link" href="../index.html">Home</a>
Expand All @@ -211,7 +211,7 @@ <h5 class="mb-3">See Also</h5>
</div>

<div class="col-6 col-sm-5 col-md-3 col-xxl-3">
<h5 class="mb-3">Exclusive Offers</h5>
<h5 class="mb-3 text-center">Exclusive Offers</h5>
<ul class="nav flex-column">
<li class="nav-item">
<a href="#" class="nav-link">Foodie Discounts</a>
Expand Down Expand Up @@ -240,7 +240,7 @@ <h5 class="mb-3">Exclusive Offers</h5>
</div>

<div class="col-6 col-sm-4 col-md-4 col-xxl-3">
<h5 class="mb-3">Payment Products</h5>
<h5 class="mb-3 text-center">Payment Products</h5>
<ul class="nav flex-column">
<li class="nav-item">
<a href="" class="nav-link">Secure Checkout</a>
Expand Down

0 comments on commit 7f8c51b

Please sign in to comment.