Render Flow - Sticky header and footer
Read HTML structure
Create DOM nodes for header, main, footer
Parse Tailwind CSS classes
Apply position: sticky to header and footer
Calculate offsets (top for header, bottom for footer)
Layout content with sticky elements
Paint sticky elements on top layer
Composite final page
The browser reads the HTML and CSS, creates the page structure, applies sticky positioning to header and footer with offsets, then lays out and paints them so they stay visible while scrolling.