Home → References → CSS Properties →
CSS Property: background
Combines background-color, background-image, background-repeat, background-attachment and background-position in one property.
HTML Dog is hosted by Titan Internet
Possible Values
- A combination of some or all of the values for
background-color,background-image,background-repeat,background-attachmentandbackground-position.
Example
background: red url(images/poobah.gif) no-repeat top left;

