Property | Description |
bottom | Sets the bottom position of an object. |
clear | Sets whether an element must be moved below floating elements that precede it. |
clip | Sets which part of a positioned object is visible. |
display | Specifies how an object is rendered. |
dominant-baseline | Sets the specific baseline used to align the box’s text and inline-level contents. |
float | Places an element on the left or right side of its container. |
height | Sets the height of an object. |
inset-block | Defines the logical block start and end offsets of an element. |
inset-block-end | Defines the logical block end offset of an element. |
inset-block-start | Defines the logical block start offset of an element. |
inset-inline | Defines the logical inline start and end offsets of an element. |
inset-inline-end | Defines the logical inline end offset of an element. |
inset-inline-start | Defines the logical inline start offset of an element. |
left | Sets the left position of an object. |
overflow | Specifies the desired behavior when content does not fit in the element’s containing box. |
overflow-x | Specifies the desired behavior when content does not fit in the left and right edges of its containing box. |
overflow-y | Specifies the desired behavior when content does not fit in the top and bottom edges of its containing box. |
position | Specifies how an element is positioned in a document. |
right | Sets the right position of an object. |
rotate | Enables rotation of an element. |
scale | Changes the size of an element. |
text-box-edge | Specifies an amount of space to trim from a text element’s block container. |
text-box-trim | Specifies which edge(s) of text content to trim space from. |
top | Sets the top position of an object. |
transform | Enables movement, scaling, rotation, and distortion of elements. |
translate | Enables changing the position of an element. |
vertical-align | Sets vertical alignment of an inline, inline-block or table-cell box. |
visibility | Shows or hides an element without changing the layout of a document. |
width | Sets the width of an object. |
z-index | Sets the stacking order of positioned objects. |
zoom | Enables changes in the size of an element. |