Double blockquote


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. blockquote:first-letter {
  2. background: url(images/open-quote.gif) no-repeat left top;
  3. padding-left: 18px;
  4. font: italic 1.4em Georgia, “Times New Roman”, Times, serif;
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.