kss-bootstrap
Version:
A KSS template and style guide for Bootstrap.
19 lines (14 loc) • 506 B
CSS
/*
Jumbotron
A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.
Markup:
<div class="jumbotron">
<div class="container">
<h1>Hello, world!</h1>
<p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<p><a class="btn btn-primary btn-lg" role="button">Learn more</a></p>
</div>
</div>
Weight: 12
Styleguide: bootstrap.components.jumbotron
*/