CSS property: -webkit-background-composite

Description

Sets a compositing style for background images and colors.

Syntax

-webkit-background-composite: <compositing_style>;

Values

<compositing_style>

The compositing style of the background.

borderThe background extends into the border area
paddingThe background extends only into the padding area enclosed by the border

Versions