首页 > 代码库 > Bootstrap——Jumbotron编写

Bootstrap——Jumbotron编写

<div class="jumbotron">
        <h1>Navbar example</h1>
        <p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
        <p>
          <a class="btn btn-lg btn-primary" role="button" href="http://www.mamicode.com/components/#navbar">View navbar docs »</a>
       </p>

</div>

Bootstrap——Jumbotron编写