[Trevor_Morris]https://codepen.io/cbracco/pen/kQmVGM uses position absolute which isn't great. min-height: calc(100vh-100px) or whatever height your footer is. Both of those need to know the height of your footer, though. Might be a technique with flexbox.