Boostrap 3 Bootstrap grid, Scrollspy, Toast and responsive navbar
//we can use container-fluid to remove the container default margins
//the breakpoints will take effect AFTER the md, from a 1-5-auto to 3-3-3 on smaller
<div class="container">
<div class="row">
<div class="col-3 bg-warning col-md-1">
Lorem
</div>
<div class="col-3 bg-danger col-md-5">
Lorem
</div>
<div class="col-3 bg-success col-md-auto">
L
</div>
</div>
</div>



Scrollspy and getBoundingClientRect()


Toast cards and functions

Bootstrap offcanvas
Responsive bootstrap navbar and toggle button


Bootstrap complete responsive page


Last updated