Advertisement
FedchenkoIhor

blockquote

Mar 29th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. body {
  2.     font-family: Georgia, serif;
  3. }
  4.  
  5. /* Пример оформления цитаты */
  6. blockquote {
  7.     margin: 1.5em 0;
  8.     padding: 0.5em 15px;
  9.     line-height: 1.5;
  10.     background: #f9f9f9;
  11.     border-left: 2px solid #ccc;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement