Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. a {background-color : #000;
  2. color : #ff0;
  3. }
  4.  
  5. body {background-color : rgb(255,192,203) ;
  6. }
  7.  
  8. div {background-color : skyblue ;
  9. }
  10.  
  11. p {color : #008000 ;
  12. }
  13.  
  14. strong {color : red ;
  15. }
  16.  
  17. em {color : rgb(0,0,256) ;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement