Render Flow - Text alignment utilities
Load HTML with text elements
Parse CSS classes for alignment
Apply text-align property
Recalculate line boxes
Render aligned text
Composite final pixels
The browser reads the HTML text elements, applies the Bootstrap text alignment classes which set the CSS text-align property, recalculates how lines of text flow inside their containers, and then paints the text aligned as specified.