Slashdot Style Quoting With CSS


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

Style quotations similar to those used on Slashdot.org.


Copy this code and paste it in your HTML
  1. q, blockquote
  2. {
  3. border-left: 3px solid #ececec;
  4. margin-left: 18px;
  5. padding-left: 9px;
  6. }

URL: http://nealgrosskopf.com/files/css/style.css

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.