Sometimes, we want to add a fixed footer in Bootstrap with HTML.
In this article, we’ll look at how to add a fixed footer in Bootstrap with HTML.
How to add a fixed footer in Bootstrap with HTML?
To add a fixed footer in Bootstrap with HTML, we use the fixed-bottom
class.
For instance, we write
<div class="footer fixed-bottom"></div>
to add the fixed-bottom
class to the div to make it a fixed footer.
Conclusion
To add a fixed footer in Bootstrap with HTML, we use the fixed-bottom
class.