9 Page Content Panels
Panels are used to set apart the content or form elements on a page from the background. Place patterns and interactions within panels on your pages to achieve visual focus and separation for the tasks at-hand. Used on every page.
9.1 Panels
Use panels to display content in the builder
Panel Heading
Panel content
<h2 class="text-center">Panel Heading</h2>
<div class="panel panel-default panel-border">
<div class="panel-body">Panel content</div>
</div>