Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 24, 2012 18:44
Show Gist options
  • Save smileyj68/2984372 to your computer and use it in GitHub Desktop.
Save smileyj68/2984372 to your computer and use it in GitHub Desktop.
Foundation 3 Panels
<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 callout radius">
<h5>This is a callout panel.</h5>
<p>It's a little ostentatious, but useful for important content (like the Foundation 3 Download panel).</p>
</div>
@andriytyurnikov
Copy link

looks like callout class is removed from ruby foundation gem, or just outdated documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment