Skip to Main Content

Pelican Design System icon Pelican Design System Content Container

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.

Usage

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

Resources

Page top