Fixed Footer In Bootstrap 3

Posted By Weston Ganger

Fixed footers can be an easy alternative to a sticky footer. Bootstrap 3 has a class that makes this whole process ridiculously easy.

<footer class="navbar-default navbar-fixed-bottom">
  <div class="container-fluid">
    <span>Winning!</span>
  </div>
</footer>

Just like that, Done.

Related External Links:

Article Topic:Software Development - HTML / CSS

Date:April 19, 2015