is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .jumbotron-fluid

<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>

Preview

Fluid jumbotron

This is a modified jumbotron that occupies the entire horizontal space of its parent.

Tips 💡

Sass source

/* _jumbotron.scss:12 */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  @include border-radius(0);
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _jumbotron.scss:12 */

More in Bootstrap Jumbotron