Check out the Bootstrap demo at http://getbootstrap.com/examples/sticky-footer-navbar
To customize the styles, add this stylesheet:
.container
{
background:yellow;
}
With the above code, you will see this result:
https://i.sstatic.net/LigAP.jpg
However, if you want a different look like this:
https://i.sstatic.net/OqvwF.jpg
To achieve the desired footer background sticking to the bottom while maintaining container background color, what steps should be taken?