Advertisement
MrsMcLead

Stylin' With CSS

Apr 3rd, 2013
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. body
  5. {
  6. background-color:#93C; 
  7. }
  8.  
  9. h1
  10. {color:#FF0;
  11. text-align: center;}
  12.  
  13. p
  14. {font-family:"Times New Roman", Times, serif;
  15. font-size:25px;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement