Skip to content

Instantly share code, notes, and snippets.

@JKirchartz
Created May 5, 2011 14:56
Show Gist options
  • Save JKirchartz/957191 to your computer and use it in GitHub Desktop.
Save JKirchartz/957191 to your computer and use it in GitHub Desktop.
Pure CSS Blockquote decoration
blockquote:before {
content: '\201C';
height: 0;
margin-left: -0.55em;
}
blockquote:after {
content: '\201D';
height: 50px;
margin-top: -70px;
margin-left: 360px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment