how would you make a footer container follow directly after the content and then stretch to the bottom of the page?
The setup is:
- header-container is fixed 150px height
- content-container stretches with whatever content should be inside
- footer-container follows stretches for the remainder of the page.
So far I either have the footer directly after content with white space following, or a footer stuck to the bottom with white space between the content and the footer