Content Container

Content Containers collect content into meaningful groups.

On this page:

Best Practice

  • Use Content Containers to group content together.
  • They are the outermost container for content on the page or sections within a page.
  • Use Bootstrap container classes as the immediate children.
  • Content Containers are the outermost container for content on the page or sections within a page.

Usage

<div class="content-container">
  <!-- add content, in here -->
</div>

Resources