CSS box decoration break Property (original) (raw)

Last Updated : 26 Aug, 2024

The **box-decoration-break property is used to control the box decoration after the fragmentation of the paragraph. It defines the background, padding, border, margin, and clip path of an element that is applied when the box for the element is broken into separated parts.

**Default Value: slice

**Syntax:

box-decoration-break: slice|clone|initial|inherit;

**Property values:

**Example: In this example, we are using box-decoration-break: slice; property.

HTML `

box-decoration-break property