| Property | Description | Values |
|---|---|---|
| color | Sets the text color within the element. | color |
| background−attachment | Determines whether a background image will remain fixed or scroll with the page. | fixed scroll |
| background−color | Sets the background color. | transparent color |
| background−image | Sets an image as the background. You must specify a URL for the image. The syntax is background-image: url(URL) where URL is absolute or relative. | none url (URL) |
| background−position | Sets the location of the background image using 2 of the values from those below. Keywords top, center, bottom, left, right Percentage % Length px | top left top center top right center left center center center right bottom left bottom center bottom right x% y% xpx ypx |
| background−repeat | Sets whether the background image is to repeat or how it is to repeat. Default repeats the image in both directions, repeat-x repeats across and repeat-y repeats down. | repeat repeat-x repeat-y no-repeat |
|
|