Skip to content

Instantly share code, notes, and snippets.

@simplethemes
Created August 14, 2011 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simplethemes/1144629 to your computer and use it in GitHub Desktop.
Save simplethemes/1144629 to your computer and use it in GitHub Desktop.
Adds a styled callout to your content.
[callout align="center" width="400"]
This is a 400px centered callout box
[/callout]
[callout align="left" width="200"]
This is a 200px left aligned callout box
[/callout]
[callout align="right" width="100"]
This is a 100px right aligned callout box
[/callout]
[callout]
This is a callout that will expand the entire width of its parent container.
[/callout]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment