/ Published in: CSS
Learn how to create CSS curly quotes using only CSS and without images, extra divs or classes
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
blockquote { margin: 2em 0px; padding-left: 40px; quotes: “ “ } blockquote:before { color: #990000; content: open-quote; font-family: Arial, Helvetica, sans-serif; font-size: 6em; font-weight: bold; line-height: 0px; margin: 0px 5px 0px -40px; vertical-align: bottom; }
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=21