Render Flow - Box model calculation
Parse CSS rules
Match selector to element
Calculate box model values: content, padding, border, margin
Calculate total element size
Layout element with total size
Paint element with colors and borders
Composite layers to screen
The browser reads CSS rules, matches them to elements, calculates the box model sizes including content, padding, border, and margin, then lays out and paints the element accordingly.