Guide to CSS position: explains static (default, in normal flow), relative (offsets without affecting siblings, useful as positioned container), absolute (removed from flow, positioned to nearest positioned ancestor for overlays/centering), and fixed (pinned to viewport for sticky UI); includes combining patterns, z-index stacking, and accessibility cautions.
