how to make a div stick to bottom of page bootstrap code example
Example 1: bootstrap position
<div class="position-static">...</div>
<div class="position-relative">...</div>
<div class="position-absolute">...</div>
<div class="position-fixed">...</div>
<div class="position-sticky">...</div>
Example 2: how to make a div stick to bottom of page bootstrap
class="fixed-bottom"
Example 3: how to make a div stick to bottom of page bootstrap
class="fixed-bottom"