Render Flow - Container and wrapper patterns
Read HTML structure
Create DOM nodes for container and wrapper
Parse CSS selectors for container and wrapper
Apply container styles (width, max-width, margin)
Apply wrapper styles (padding, background)
Calculate layout and box sizes
Paint elements with backgrounds and borders
Composite final page
The browser reads the HTML elements for container and wrapper, then applies their CSS styles step-by-step, calculating widths, margins, and padding to create a centered and padded content area.