Render Flow - Position relative
[Parse CSS] -> [Match selector] -> [Apply position: relative] -> [Calculate offset from normal position] -> [Repaint element at new position] -> [Composite layers]
The browser reads the CSS, finds elements with position: relative, calculates their new position based on top/right/bottom/left offsets relative to their normal spot, then repaints and composites the element visually shifted but still occupying original space.