Skip to content

Instantly share code, notes, and snippets.

@OSUblake
Created February 19, 2014 13:44
Show Gist options
  • Select an option

  • Save OSUblake/9092266 to your computer and use it in GitHub Desktop.

Select an option

Save OSUblake/9092266 to your computer and use it in GitHub Desktop.
WHR - Callouts - 4
<div class="panel">
<h5>This is a regular panel.</h5>
<p>It has an easy to override visual style, and is appropriately subdued.</p>
</div>
<div class="panel radius">
<h5>This is a regular radius panel.</h5>
<p>It has an easy to override visual style, and is appropriately subdued.</p>
</div>
<div class="panel callout">
<h5>This is a callout panel.</h5>
<p>It's a little ostentatious, but useful for important content.</p>
</div>
<div class="panel callout radius">
<h5>This is a callout radius panel.</h5>
<p>It's a little ostentatious, but useful for important content.</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment