Difference between revisions of "Team:BABS UNSW Australia"

Line 24: Line 24:
 
   </div><!-- /.container-fluid -->
 
   </div><!-- /.container-fluid -->
 
</nav>
 
</nav>
 +
 +
 +
<div class="container">
 +
      <div class="page-header">
 +
        <h1>Sticky footer</h1>
 +
      </div>
 +
      <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
 +
      <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
 +
    </div>
 +
 +
    <footer class="footer">
 +
      <div class="container">
 +
        <p class="text-muted">Place sticky footer content here.</p>
 +
      </div>
 +
    </footer>
 +
 +
 
</html>
 
</html>

Revision as of 06:07, 2 July 2015

Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.

Use the sticky footer with a fixed navbar if need be, too.

Place sticky footer content here.