News

Paste the following code into that section:body { background-image:url ('myImage.gif'); background-repeat:repeat; }This code defines a CSS selector that styles your document's body tag.
By default a background is placed at the top-left corner of an element. The background is repeated both vertically and horizontally over the entire space the element covers. Using an image is perhaps ...