In my Bootstrap 4 website, I have a header, navbar, content-area, and footer. To see a live demo of the website, you can visit my JSFiddle link: https://jsfiddle.net/26zda5xv/2/
Check out the screenshot of the website here: https://i.sstatic.net/aMvH9.png
I'm looking to make the container fill out the whole page/window height minimally (min-height?
) by extending the height of the
<div id="content">
.
This solution should adapt to different screen resolutions and devices automatically. How can this be achieved correctly based on the JSFiddle? Is there a pre-built solution in Bootstrap 4 for this specific task?
Any guidance on this matter would be greatly appreciated!