Created
October 25, 2012 22:35
-
-
Save Ricardo-Diaz/3955911 to your computer and use it in GitHub Desktop.
CSS: Pull-Qoutes
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
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