Five main values of CSS Positions:
position: static | relative | absolute | fixed | sticky
and helper properties for setting the coordinates of an element
top | right | bottom | left | z-index
These properties don't work without a declared position, or with static
z-index : As value increases, it moves in front of other elements,