In my bootstrap page, I want to force the <footer>...</footer>
to be at the bottom of the page or the content, whichever is lower.
And there is a solution for that already which works great. However, that approach requires that I know ahead of time what the height of the footer will be.
How do I achieve the same thing, but the footer height is determined by its content?