Skip to content

Instantly share code, notes, and snippets.

@Jacke
Created January 19, 2013 18:00
Show Gist options
  • Save Jacke/4573975 to your computer and use it in GitHub Desktop.
Save Jacke/4573975 to your computer and use it in GitHub Desktop.
Blockquote styling
.postdetail article q,.postdetail article blockquote {
position:relative;
color:#666;
display:block;
font-family:"Adobe Garamond","Garamond",times,"times new roman",serif;
font-style:italic;
font-size:36px;
line-height:42px;
margin:15px 0;
}
.postdetail article q:before,.postdetail article blockquote:before{
font-size:60px;
position:absolute;
top:8px;
left:-42px;
content:"“";
}
.postdetail article q::after, .postdetail article blockquote::after {
content: "”";
font-size: 60px;
position: relative;
top: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment