Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

url.css 170B

1234
  1. body { background: #FFFFFF url("http://somesite.com/images/someimage.gif") repeat top center; }
  2. body {
  3. background-url: url("http://somesite.com/images/someimage.gif");
  4. }