What the Critical CSS Generator analyzes
Critical CSS is the smallest practical subset of styles required to render content in the initial viewport. The generator loads the requested page, evaluates the elements visible above the fold, and collects the CSS rules those elements depend on. The output can be copied or downloaded as CSS together with the corresponding HTML.
Mobile, tablet, and desktop pages rarely expose exactly the same content. Responsive navigation, grid breakpoints, typography, and hero media can all change which rules are critical. Select multiple screen sizes in one extraction pass or add custom viewport dimensions that match the devices most important to your audience.


