Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save OSUblake/9092249 to your computer and use it in GitHub Desktop.
WHR - Callouts - 3
<div class="alert-box" data-alert="">
This is a standard alert.<br />
<a class="close" href="#">×</a>
</div>
<div class="alert-box secondary" data-alert="">
This is a secondary alert.<br />
<a class="close" href="#">×</a>
</div>
<div class="alert-box alert round" data-alert="">
This is an warning alert that is rounded.<br />
<a class="close" href="#">×</a>
</div>
<div class="alert-box success radius" data-alert="">
This is a success alert with a radius.<br />
<a class="close" href="#">×</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment