Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 20, 2014 18:18
Show Gist options
  • Select an option

  • Save DeanPoulin/8525785 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8525785 to your computer and use it in GitHub Desktop.
Panel with Heading
<div class="panel panel-default">
<div class="panel-heading">Panel heading without title</div>
<div class="panel-body">
Panel content
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Panel title</h3>
</div>
<div class="panel-body">
Panel content
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment