» Sticky Footer Using Flexbox

October 19, 2018 - 1 minute read

The Power of CSS

I am sure all web developers have run into this problem at some point or another, wanting a footer to ALWAYS be at the bottom of the page. I certainly did while designing this blog. Luckily, I came across Flexbox.

Using Flexbox, footer positioning can be handled by only a few lines of CSS by using the flex and flex-shrink properties.

Browser Support

Browser Version
Google Chrome 29.0
Firefox 22.0
Internet Explorer 11.0
Safari 10.0
Opera 48.0