display |
Controls element's display behavior (block, inline, flex, grid, etc.) |
Spec
|
position |
Sets positioning method (static, relative, absolute, fixed, sticky) |
Demo
Spec
|
top |
Sets top offset for positioned elements |
Demo
Spec
|
right |
Sets right offset for positioned elements |
Demo
Spec
|
bottom |
Sets bottom offset for positioned elements |
Demo
Spec
|
left |
Sets left offset for positioned elements |
Demo
Spec
|
inset |
Shorthand for top, right, bottom, left |
Spec
|
inset-block |
Logical property for vertical offsets |
Spec
|
inset-inline |
Logical property for horizontal offsets |
Spec
|
float |
Floats element left or right |
Spec
|
clear |
Controls clearing of floated elements |
Spec
|
z-index |
Sets stacking order of positioned elements |
Spec
|
overflow |
Controls content overflow behavior |
Spec
|
overflow-x |
Controls horizontal overflow |
Spec
|
overflow-y |
Controls vertical overflow |
Spec
|
visibility |
Controls element visibility (visible, hidden, collapse) |
Spec
|
aspect-ratio |
Sets preferred aspect ratio for element |
Spec
|
contain |
Controls containment of layout, style, paint, size |
Spec
|
content-visibility |
Controls rendering behavior for performance optimization |
Spec
|
block-size |
Logical property for height (in horizontal writing mode) |
Spec
|
inline-size |
Logical property for width (in horizontal writing mode) |
Spec
|
max-block-size |
Logical property for max-height |
Spec
|
max-inline-size |
Logical property for max-width |
Spec
|
min-block-size |
Logical property for min-height |
Spec
|
min-inline-size |
Logical property for min-width |
Spec
|
object-fit |
Controls how replaced content (images/video) fits container |
Spec
|
object-position |
Sets position of replaced element's content |
Spec
|
overlay |
Controls top layer positioning |
Spec
|
anchor-name |
Names element as anchor for anchor positioning |
Spec
|
position-anchor |
Associates positioned element with anchor |
Spec
|
position-area |
Positions element relative to anchor in grid areas |
Spec
|