CSS "Always on the bottom" Footer Example

CSS "Always on the bottom" Footer

Back to Tutorial

CSS “Always on the bottom” Footer

I often find myself designing a website where the footer must rest at the bottom of the page, even if the content above it is too short to push it to the bottom of the viewport naturally.

However, if the content is taller than the user’s viewport, then the footer should disappear from view as it would normally, resting at the bottom of the page (not fixed to the viewport).