The background shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method.
- <attachment>
- See background-attachment
- <box>
- See background-clip and background-origin
- <background-color>
- See background-color
- <bg-image>
- See background-image
- <position>
- See background-position
- <repeat-style>
- See background-repeat
- <bg-size>
- See background-size.
background="url("starsolid.gif") #99f repeat-y fixed"
background=#000"
background="url("starsolid.gif") repeat-x cover"