Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4. body{
  5. background-color: rgb(255,192,203);
  6. }
  7.  
  8. div{
  9. background-color: skyblue;
  10. }
  11.  
  12. p{
  13. background-color: #FFA500;
  14. color: #008000;
  15. }
  16.  
  17. a{
  18. background-color: #000;
  19. color: #FF0;
  20. }
  21.  
  22. em{
  23. color: rgb(0,0,255);
  24. }
  25.  
  26. strong{
  27. color: red;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement