Skip to content

Instantly share code, notes, and snippets.

@Ricardo-Diaz
Created October 25, 2012 22:35
Show Gist options
  • Save Ricardo-Diaz/3955911 to your computer and use it in GitHub Desktop.
Save Ricardo-Diaz/3955911 to your computer and use it in GitHub Desktop.
CSS: Pull-Qoutes
Quickly create pull-quotes
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.
.pull-quote {
width: 200px;
float: right;
margin: 5px;
font-family: Georgia, "Times New Roman", Times, serif;
font: italic bold #ff0000 ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment