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.
This code defines the appearance, position and z-index attributes for the three divs on the Web page. The #main selector creates a large blue background upon which the other two divs rest. The # ...