static
The default. The element sits wherever normal flow, flexbox, or grid puts it. Offsets and (outside flex and grid) z-index do nothing.
Use it for
- Nearly everything. Flow, flex, and grid should do the layout; positioning is for exceptions.
- Resetting a positioned element at a breakpoint — a fixed sidebar that becomes an ordinary block on mobile.
Watch for
- A static parent is not an anchor. An absolute child skips straight past it to the next positioned ancestor.