Render Flow - ID selectors
Parse CSS file
Find #id selector
Match element with id attribute
Calculate specificity (high)
Apply styles to matched element
Recalculate layout if needed
Paint changes
Composite final image
The browser reads CSS, finds the #id selector, matches it to the element with that id, applies styles with high priority, then updates the layout and paints the changes.