Back to Footer & BigFooter
Footer

Simple Centered Footer

Minimal footer with logo and links.

#footer#simple#minimal

Live preview

Source code

html
<footer class="bg-light border-top py-4">
  <div class="container text-center">
    <a href="#" class="fw-bold text-decoration-none text-primary"><i class="bi bi-stars me-2"></i>BrandLogo</a>
    <ul class="nav justify-content-center my-3">
      <li class="nav-item"><a class="nav-link text-muted" href="#">Home</a></li>
      <li class="nav-item"><a class="nav-link text-muted" href="#">About</a></li>
      <li class="nav-item"><a class="nav-link text-muted" href="#">Pricing</a></li>
      <li class="nav-item"><a class="nav-link text-muted" href="#">Contact</a></li>
    </ul>
    <small class="text-muted">© 2026 BrandLogo. All rights reserved.</small>
  </div>
</footer>

More designs in this section