Results 161 - 180 of 2,240

line-break

The line-break CSS property is used to specify how (or if) to break lines.
CSS CSS Property CSS Text NeedsExample Property Reference

min-inline-size

The min-inline-size CSS property defines the horizontal or vertical minimal size of an element's block depending on its writing mode. It corresponds to the min-width or the min-height property, depending on the value defined for writing-mode. If the writing mode is vertically oriented, the value of min-inline-size relates to the minimal height of the element, otherwise it relates to the minimal width of the element. It relates to min-block-size, which defines the other dimension of the element.
CSS CSS Logical Property CSS Property Experimental Reference

offset-block-end

The offset-block-end CSS property defines the logical block end offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the toprightbottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.
CSS CSS Logical Property CSS Property Experimental NeedsContent Reference

offset-block-start

The offset-block-start CSS property defines the logical block start offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the toprightbottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.
CSS CSS Logical Property CSS Property Experimental NeedsContent Reference