4 lines
170 B
CSS
4 lines
170 B
CSS
|
body { background: #FFFFFF url("http://somesite.com/images/someimage.gif") repeat top center; }
|
||
|
body {
|
||
|
background-url: url("http://somesite.com/images/someimage.gif");
|
||
|
}
|