{"id":203655,"date":"2015-06-15T09:14:15","date_gmt":"2015-06-15T16:14:15","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=203655"},"modified":"2019-01-08T14:31:06","modified_gmt":"2019-01-08T21:31:06","slug":"box-decoration-break","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/b\/box-decoration-break\/","title":{"rendered":"box-decoration-break"},"content":{"rendered":"

The box-decoration-break<\/code> property lets you control how box decorations are drawn across the fragments of a “broken” element. An element can break into fragments at the end of a line, over columns, or at page breaks. <\/p>\n

.module {\r\n  box-decoration-break: clone;\r\n}<\/code><\/pre>\n

The box decoration properties controlled by box-decoration-break<\/code> are: background<\/a><\/code> (and its sub-properties), border<\/a><\/code>, border-radius<\/a><\/code>, border-image<\/a><\/code>, box-shadow<\/a><\/code>, margin<\/a><\/code>, and padding<\/a><\/code>.<\/p>\n

Values<\/h3>\n