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

Untitled

By: a guest on Jul 11th, 2012  |  syntax: HTML  |  size: 0.25 KB  |  hits: 26  |  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. body {
  2.  
  3.         background-color: #99FFFF ; /* default : #ffffff */
  4.         background-image: url('../image/bg.jpg');
  5.         background-repeat:repeat;
  6.  
  7.         color:  ; /* default : #000000 */
  8.  
  9.         font-family: Arial, Helvetica, sans-serif;
  10.  
  11.         margin: 0px;
  12.  
  13.         padding: 0px;
  14.  
  15. }