Keep the Footer at the Bottom: Flexbox vs. Grid

Modern ways of using CSS to always display the footer at the bottom of the screen, no matter how much content the current page contains.
Floating footers can occur for many reasons, but modern CSS methods using either flexbox or CSS grid let us plan a future-proof solution for any size layout.