Hello, I understand with bootstrap 3, here's an example:
<div class="container"> <div class=row></div> <div class=row></div> <div class=row></div> </div>
Is it necessary that the bottom row is stuck to the bottom of the container? And also, if the height of the container is set, is it possible to align all the inner rows in height so that the rows are the same height?