CSS
Search
Search
word-wrap
Allows long, unbreakable words to be broken and wrap to the next line
6:02 am, September 25, 2020 word-wrap
word-break
Specifies how words should break when reaching the end of a line
6:02 am, September 25, 2020 word-break
widows
Sets the minimum number of lines that must be left at the top of a page when a page break occurs inside an element
6:02 am, September 25, 2020 widows
text-align-last
Describes how the last line of a block or a line right before a forced line break is aligned when text-align is "justify"
6:02 am, September 25, 2020 text
page-break-inside
Sets the page-break behavior inside an element
6:02 am, September 25, 2020 page-break
page-break-before
Sets the page-break behavior before an element
6:02 am, September 25, 2020 page-break
page-break-after
Sets the page-break behavior after an element
6:02 am, September 25, 2020 page-break
overflow-wrap
Specifies whether or not the browser may break lines within words in order to prevent overflow (when a string is too long to fit its containing box)
6:02 am, September 25, 2020 overflow
orphans
Sets the minimum number of lines that must be left at the bottom of a page when a page break occurs inside an element
6:02 am, September 25, 2020 orphans
break-inside
Specifies whether or not a page-, column-, or region-break should occur inside the specified element
6:02 am, September 25, 2020 break
break-before
Specifies whether or not a page-, column-, or region-break should occur before the specified element
6:02 am, September 25, 2020 break
break-after
Specifies whether or not a page-, column-, or region-break should occur after the specified element Usually used in print @media to specify a break in the content. You can test the following demo's ..
6:02 am, September 25, 2020 break
box-decoration-break
changes the behavior of the border and background of an element at page-break, or, for in-line elements, at line-break.
6:02 am, September 25, 2020 box