1. Hiding an Element with CSS: Display vs Visibility vs Opacity

    There are 3 different properties you can use to hide an element with CSS. While all 3 properties makes an element hidden, each property works in a slightly different way. Knowing the differences will make it easier for you to make the right choice. Here’s a graphic summarizing what …


  2. 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 …