Created
February 19, 2014 13:44
-
-
Save OSUblake/9092266 to your computer and use it in GitHub Desktop.
WHR - Callouts - 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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