xxxxxxxxxx
<!-- all this is JUST below the opening body tag -->
<div class="container"> <!--must have container wrapping everything just below body tag all the way to everything just above footer div -->
<div class="page-header">
<h1>Sticky footer</h1>
</div>
<p class="lead">not enough content to keep the footer down ...
</div><!-- end container -->
<footer class="footer">
<div class="container">
<p>Stuck Footer © 2016. All rights reserved.</p>
</div>
</footer>