CSS - Quickly create pull-quotes


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



Copy this code and paste it in your HTML
  1. .pull-quote {
  2.    width: 200px;
  3.    float: right;
  4.    margin: 5px;
  5.    font-family: Georgia, "Times New Roman", Times, serif;
  6.    font: italic bold #ff0000 ;
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.