Callouts

Default Callout Style

Button Example

This is an success callout style with class .success and a sample link

Alert

Can't Do That!

This is an alert callout style with class .alert and a sample link

Warning

Oops! That Sucked

This is a warning callout style with class .warn and a sample link

Information

Got It? Good

This is an info callout style with class .info and a sample link

Success!

Good Job!

This is an success callout style with class .success and a sample link

Source

Use any of the default classes (default | alert | info | success) for example: class="callout alert".
The H4 element will display the icon for each class.

<div class="callout [default|alert|info|success]">
    <h4>Callout Heading</h4>
    <a class="btn medium pull-right">Callout Button</a>
    <p>This is a callout with sample text</p>
</div>