Skip to content

Instantly share code, notes, and snippets.

@schadeck
Created January 27, 2012 19:39
Show Gist options
  • Save schadeck/1690527 to your computer and use it in GitHub Desktop.
Save schadeck/1690527 to your computer and use it in GitHub Desktop.
Nettuts style blockquote
/**
* 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
}
<!-- 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>
{"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