float |
left, right, none |
Property to float an element to the left or right |
clear |
left, right, both, none |
Property to specify whether an element can be next to floating elements |
display |
block, inline, inline-block, flex, grid |
Property to specify the display behavior of an element |
position |
static, relative, absolute, fixed, sticky |
Property to specify the positioning method of an element |
z-index |
integer |
Property to specify the stack order of an element |
overflow |
visible, hidden, scroll, auto |
Property to specify what happens if content overflows an element's box |
margin |
length, percentage, auto |
Property to specify the space outside an element's border |
padding |
length, percentage |
Property to specify the space inside an element's border |
border |
width style color |
Property to specify the border of an element |
box-sizing |
content-box, border-box |
Property to specify how the width and height of an element are calculated |