Advertisement
ekostadinov

Profile 3/3 Info - CSS 3

Oct 2nd, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | None | 0 0
  1. body {background-color:lightskyblue;      
  2. }
  3.  
  4. #header h1 {font-family:'Times New Roman';
  5.             font-size:medium;
  6.             word-spacing:370px;
  7. }
  8.  hr {width:100%;
  9.     height:2px;
  10. }
  11.  
  12. #navigation h1{font-family:'Times New Roman';
  13.                font-size:xx-large;
  14. }
  15.  
  16. #content h1{font-family:'Times New Roman';
  17.                font-size:large;
  18. }
  19. #content h2{font-family:'Times New Roman';
  20.                font-size:large;
  21. }
  22. #content h3{font-family:'Times New Roman';
  23.                font-size:large;
  24. }
  25. #content h4{font-family:'Times New Roman';
  26.                font-size:large;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement