Full Page View


<div class="main">
  <div class="section">
    <div class="container">
      <div class="row">
        <div class="col-sm-12">
          <h1>Basic Example</h1>
        </div>
      </div>
    </div>
  </div>
</div>
          

Note: You can use .main to push the footer all the way to the bottom of the page. This helps the page look full even when there is not enought content.Take a look at One Column Layout.