Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aligned elements of the footer properly #1470

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading