1. How to Make a Sticky Footer with Flexbox

    Getting the footer of a website to always stick to the bottom of the page, regardless of the content’s length, used to be a hassle. With Flexbox, making a sticky footer is easy, and requires only a few lines of code. For those of you unfamiliar with flexbox, it …