Render Flow - Offset columns
Read HTML container and row
Read column div with offset class
Create column flex item
Apply offset margin-left
Calculate column width and position
Render columns with gaps
Paint and composite
The browser reads the Bootstrap grid HTML, creates flex items for columns, applies offset classes as left margins, calculates widths and positions columns with gaps, then paints the layout.