Skip to content

Instantly share code, notes, and snippets.

@marklap
Created June 19, 2013 16:50
Show Gist options
  • Save marklap/5815862 to your computer and use it in GitHub Desktop.
Save marklap/5815862 to your computer and use it in GitHub Desktop.
Pure CSS quote
div.quote:before {
content: '\201C';
font-family: Times New Roman,New Century Schoolbook,Times,serif;
font-size: 3em;
float: left;
clear: both;
position: relative;
top: 0.2em;
left: -1.13em;
width: 0;
}
div.quote {
color: #3314345;
font-family: Times New Roman,New Century Schoolbook,Times,serif;
font-size: 1.2em;
font-style: italic;
margin: 1em 2em;
padding-left: 0.8em;
line-height: 1.2em;
border-left: 5px solid #666;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment