Briefly
The background
property defines which areas the background image and background color will occupy.
Syntax
Possible values:
border
— the background occupies all areas, including under the borders (default value).- box padding
— the background occupies the content area and padding, but does not go under the border. This is clearly visible with transparent or dashed borders.- box content
— the background fills only the content area, but does not go into the padding or under the border.- box text
— the background fills the text in the block, works only ifcolor
is specified.: transparent