Render Flow - Column ordering
Load HTML with Bootstrap classes
Parse Bootstrap CSS
Identify grid container and columns
Apply flexbox layout to row
Apply order classes to columns
Rearrange columns visually
Paint final layout
The browser reads the HTML with Bootstrap grid classes, applies flexbox layout to the row container, then uses the order classes to rearrange the columns visually before painting the final layout.