| Term | Definition |
|
background |
A shorthand property for setting all background properties in one declaration; values: background-color, background-image, background-repeat, background-attachment, background-position |
|
background-attachment |
Sets whether a background image is fixed or scrolls with the rest of the page; values: scroll, fixed |
|
background-color |
Sets the background color of an element; values: color-rgb, color-hex, color-name, transparent |
|
background-image |
Sets an image as the background; values: url(URL), none |
|
background-position |
Sets the starting position of a background image; values: top left, top center, top right, center left, center center ,center right ,bottom left ,bottom center, bottom right , x% y% , xpos ypos |
|
background-repeat |
Sets if/how a background image will be repeated; values: repeat, repeat-x, repeat-y, no-repeat |