vonko1988

CSS_presentation_homework_task1.css

Feb 8th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. p {
  2.     color:#0094ff;
  3.     font-family:Consolas;
  4. }
  5.  
  6. p:first-letter {
  7.     font-family:'Edwardian Script ITC';
  8.     font-size:2.5em;
  9. }
  10.  
  11. p:first-line {
  12.     font-weight:bold;
  13.     margin-top:1em;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment