A lightweight, flexible component to showcase key content on your site. It works well on marketing and content-heavy sites.
<div class="jumbotron">
    <h1>Heading</h1>
    <p>Tagline</p>
    <p>
      <a class="btn btn-primary btn-lg">
        Learn more
      </a>
    </p>
  </div>