Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.32 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. software to unify css files
  2. body{ background: yellow}
  3. p { color: blue}
  4. span { background : red}
  5. h2{ color:orange}
  6.        
  7. body{ background: red}
  8. p { color: blue}
  9. span { background : black}
  10. h1{ font-weight:bold}
  11.        
  12. body{ background: red}
  13. p { color: blue}
  14. span { background : black}
  15. h1{ font-weight:bold}
  16. h2{ color:orange}