Skip to content

Instantly share code, notes, and snippets.

@magemore
Created April 25, 2012 04:50
Show Gist options
  • Save magemore/2486496 to your computer and use it in GitHub Desktop.
Save magemore/2486496 to your computer and use it in GitHub Desktop.
Quickly create pull-quotes
.pull-quote {
width: 200px;
float: right;
margin: 5px;
font-family: Georgia, "Times New Roman", Times, serif;
font: italic bold #ff0000 ;
}
@magemore
Copy link
Author

A pull-quote is exactly what it sounds like: a differently-formatted quote from an article that stands out and is meant to highlight a key statement or other text. This makes it easy for you to create pull-quotes, rather than having to format the text each time you want to include a pull-quote. Change the font and font color by replacing Georgia, "Times New Roman", Times, seri and the ff0000 accordingly.

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