Skip to content

Instantly share code, notes, and snippets.

@Lego2012
Created September 26, 2016 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lego2012/7fb99bde7de22071ee3b4db71f4cefc6 to your computer and use it in GitHub Desktop.
Save Lego2012/7fb99bde7de22071ee3b4db71f4cefc6 to your computer and use it in GitHub Desktop.
Simple and nice Blockquote Styling
blockquote {
background:#f9f9f9;
border-left:10px solid #ccc;
margin:1.5em 10px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
color:#ccc;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
blockquote p {
display:inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment