Skip to content

Instantly share code, notes, and snippets.

@mikekoro
Created August 16, 2013 00:05
Show Gist options
  • Save mikekoro/6246100 to your computer and use it in GitHub Desktop.
Save mikekoro/6246100 to your computer and use it in GitHub Desktop.
<div class="row">
<div class="large-12 columns">
<div class="row">
<div class="large-6 columns">
<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>
<div class="large-6 columns">
<div class="panel callout radius">
<h5>This is a callout panel.</h5>
<p>It's a little ostentatious, but useful for important content.</p>
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment