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

Bootstrap class: .container

<div class="container">
  <!-- Content here -->
</div>

Preview

Check .container in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

Tips 💡

Sass source

/* _grid.scss:6 */
.container {
  @include make-container();
  @include make-container-max-widths();
}

/* _print.scss:95 */
.container {
  min-width: $print-body-min-width !important;
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _grid.scss:6 */


/* _print.scss:95 */
$print-body-min-width

More in Bootstrap Grid