Himas Rafeek
Posted on: 3 years ago
CSS

CSS – Quickly create pull-quotes


                                          .pull-quote {
       width: 200px;
       float: right;
       margin: 5px;
       font-family: Georgia, "Times New Roman", Times, serif;
       font: italic bold #ff0000 ;
}