News

This code defines a CSS selector that styles your document's body tag. The background-image ... is "repeat" in this example. This value tells browsers to make the image repeat across the page ...
For example, the following CSS declaration for the body element will cause the background image to display behind the navigation bar:body { background-image:url("bgpic.jpg"); }Unless you specify ...