Created
January 27, 2012 19:39
-
-
Save schadeck/1690527 to your computer and use it in GitHub Desktop.
Nettuts style blockquote
This file contains 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
/** | |
* Nettuts style blockquote | |
*/ | |
blockquote { | |
background: transparent url(http://net.tutsplus.com/wp-content/themes/tuts/images/theme/nettuts/q_left.png) no-repeat 1em 1em; | |
border-top: 1px solid #ccc; | |
border-bottom: 1px solid #ccc; | |
font: italic 1em/1.75 Verdana, Helvetica, sans-serif; | |
} | |
blockquote p { | |
background: transparent url(http://net.tutsplus.com/wp-content/themes/tuts/images/theme/nettuts/q_right.png) no-repeat right bottom; | |
margin: 0 1em 1em 0; | |
padding: 1em 3em 0 | |
} |
This file contains 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
<!-- content to be placed inside <body>…</body> --> | |
<blockquote> | |
<p>Let's Place Some Content Here... Quinoa cliche pitchfork beard. Mustache master cleanse cosby sweater trust fund single-origin coffee, +1 vinyl hoodie before they sold out chambray aesthetic. Cardigan mustache stumptown, vice skateboard messenger bag brooklyn wes anderson marfa fixie dreamcatcher shoreditch salvia. 8-bit DIY keffiyeh PBR, cardigan photo booth +1 freegan retro skateboard banksy.</p> | |
</blockquote> |
This file contains 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
{"view":"split-vertical","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment