Skip to content

Instantly share code, notes, and snippets.

@pockry
Created November 26, 2014 06:50
Show Gist options
  • Select an option

  • Save pockry/4495ed6cbb6c72ede511 to your computer and use it in GitHub Desktop.

Select an option

Save pockry/4495ed6cbb6c72ede511 to your computer and use it in GitHub Desktop.
blockquote引号样式
blockquote {
margin-left: 50px;
border: none;
font: 18px/1.8 "times new roman", "微软雅黑";
margin-top: -150px;
margin-bottom: -160px;
}
blockquote:before {
content: open-quote;
font-size: 100px;
color:#555;
position: relative;
top:120px;
left: -50px;
}
blockquote:after {
content: close-quote;
font-size: 100px;
color:#555;
position: relative;
top:-85px;
left: 260px;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment