CSS box-decoration-break
Controls whether the box's margins, borders, padding, and other decorations wrap the broken edges of the box fragments (when the box is split by a break (page/column/region/line).
CSS page-break properties
Properties to control the way elements are broken across (printed) pages.
CSS3 text-align-last
CSS property to describe how the last line of a block or a line right before a forced line break when `text-align` is `justify`.
CSS widows & orphans
CSS properties to control when lines break across pages or columns by defining the amount of lines that must be left before or after the break.
CSS3 tab-size
Method of customizing the width of the tab character. Only effective using 'white-space: pre', 'white-space: pre-wrap', and 'white-space: break-spaces'.
CSS3 Multiple column layout
Method of flowing information in multiple columns
CSS3 word-break
Property to prevent or allow words to be broken over multiple lines between letters.
CSS3 Overflow-wrap
Allows lines to be broken within words if an otherwise unbreakable string is too long to fit. Currently mostly supported using the `word-wrap` property.
css property: break-after
css property: break-after: supported in multi-column layout
css property: break-after: supported in multi-column layout: `always`
css property: break-after: supported in multi-column layout: `avoid`
css property: break-after: supported in multi-column layout: `avoid-column`
css property: break-after: supported in multi-column layout: `column`
css property: break-after: supported in paged media
css property: break-after: supported in paged media: `always`
css property: break-after: supported in paged media: avoid-page
css property: break-after: supported in paged media: page
css property: break-after: supported in paged media: `recto` and `verso`
css property: break-before
css property: break-before: supported in multi-column layout
css property: break-before: supported in multi-column layout: `always`
css property: break-before: supported in multi-column layout: `avoid`
css property: break-before: supported in multi-column layout: `avoid-column`
css property: break-before: supported in multi-column layout: `column`
css property: break-before: supported in paged media
css property: break-before: supported in paged media: `always`
css property: break-before: supported in paged media: `page` and `avoid-page`
css property: break-before: supported in paged media: `recto` and `verso`
css property: break-inside
css property: break-inside: supported in multi-column layout
css property: break-inside: supported in multi-column layout: `avoid-column`
css property: break-inside: supported in paged media
css property: break-inside: supported in paged media: `avoid-page`
css property: line-break
css property: overflow-wrap: `break-word`
css property: page-break-after
css property: page-break-before
css property: page-break-inside
css property: white-space: `break-spaces`
css property: word-break: `break-word`
css property: word-break: `keep-all`
42 results found.