position fixed bottom bootstrap code example
Example 1: bootstrap fixed bottom
<div class="fixed-bottom">...</div>
Example 2: bootstrap position fixed
<div class="fixed-top">...</div>
<div class="fixed-bottom">...</div>
<div class="fixed-top">...</div>