Skip to content

Instantly share code, notes, and snippets.

@iba-cmsteam
Created April 19, 2017 14:10
Show Gist options
  • Select an option

  • Save iba-cmsteam/ca4682f8c796da8b4afcb90a73009630 to your computer and use it in GitHub Desktop.

Select an option

Save iba-cmsteam/ca4682f8c796da8b4afcb90a73009630 to your computer and use it in GitHub Desktop.
CSS.blockquote.css
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment