Render Flow - Padding
[Parse CSS] -> [Match selector] -> [Calculate specificity] -> [Apply padding property] -> [Recalculate box size] -> [Layout update] -> [Paint padding area] -> [Composite]
The browser reads the CSS, finds elements matching the selector, applies the padding values, recalculates the element's box size, updates layout, paints the padding area inside the element's border, and composites the final image.