Render Flow - Equal-width columns
Load HTML with .container and .row
Identify .col elements inside .row
Calculate equal width for each .col
Apply width and padding
Render columns side-by-side
Paint and composite
Bootstrap reads the container and row structure, finds columns with .col class, calculates equal widths based on number of columns, then lays them out side-by-side with spacing.