Bootstrap CSS Classes

Bootstrap CSS class .row

<div class="container">
  <div class="row">
  <!-- col- elements here -->
  </div>
</div>

Preview

CSS source

/* _grid.scss:28 */
.row {
  @include make-row();
}

Check .row 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.

More Bootstrap CSS classes in Grid category

© 2024 Shuffle. All rights reserved.