SyntaxFix
Write A Post
Hire A Developer
Questions
Using Flex and Bootstrap4 (if you don't use Bootstrap4, you can achieve the same result using the flex properties)
<body class="d-flex flex-column"> <div>Header</div> <div>Main container</div> <div class="mt-auto">Footer</div> </body>