color

Sets the text color or forground color of an element.

background-repeat

Sets how a background image should repeat. Values of repeat-x and repeat-y specify the image to repeat along the x or y axis.

background-image

Sets the background image for an element. A background-image will show up ontop of any background-color set for the element unless the image fails to load.

background-position

Positions a background image from the top left of the element. When percentage or length values are given the first is taken as across and the second down the element.

background-attachment

Sets whether a background image scrolls with the page or is fixed in position while the content scrolls above it.
Fixed is applied to the viewport.

See also:

Syndicate content