<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-3">Fluid jumbotron</h1>
<p class="lead">This is a modified jumbotron that occupies
the entire horizontal space of its parent.</p>
</div>
</div>
This is a modified jumbotron that occupies the entire horizontal space of its parent.
You don't need to remember all CSS classes. Just use the Bootstrap Editor instead.
/* _jumbotron.scss:12 */
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
@include border-radius(0);
}
Code copied to the clipboard.
Copying failed
/* _jumbotron.scss:12 */