Making a footer stick to the bottom with CSS
Ever wanted to have a footer that's stuck to the bottom, but will push down if the content is bigger?
To demonstrate I've created this image.
What this illustrates is the following:
left: Green box is the viewport, yellow is the content which is ve...
h.daily-dev-tips.com4 min read
Braydon Coyer
Sr Front End Developer, DOM Artist. https://braydoncoyer.dev/
Good stuff! My initial thought was to go the flexbox route, but the grid option seems super clean too!