Render Flow - Mobile-first philosophy
Write base CSS for mobile
Apply mobile styles
Check screen width
If screen wider, apply larger screen styles
Render final layout
The browser first applies the base styles designed for small screens (mobile). Then it checks the screen size and applies additional styles for larger screens, layering them on top.