Index page

Color/Background Properties

color: {number} | {color name}
replaces <font color="..."> with more ways to define colors
background-color: {number} | {color name}
any element can have a background color defined
background-image: url( {the url} )
use an image for the background of any element
background-repeat: repeat | repeat-x | repeat-y | no-repeat
tile the background image in both directions, in only X, or Y, or display only once
background-position: {percentage} | {length} | top | center | bottom | left | center | right
position the image in both X and Y directions
background-attachment: scroll | fixed
the background image scrolls with the document or remains fixed.
Index page