Format minified or messy CSS with one declaration per line and consistent indentation, including nested rules like media queries.
Google AdSense Banner
This area will contain advertisements after approval.
Google AdSense Banner
This area will contain advertisements after approval.
This tool tracks brace ({, }) and semicolon (;) boundaries to reformat CSS with one selector and one declaration per line, indenting nested rules like @media queries an extra level, a straightforward state-machine approach rather than a full CSS parser.
This tool does the opposite of our CSS Minifier, adding readable formatting back to compressed or single-line CSS, rather than stripping it out. Use whichever direction matches what you're trying to do with the stylesheet.
Yes, nested rules like @media blocks are indented an additional level, matching how CSS nesting is typically formatted.
No, all formatting happens entirely in your browser, your code is never transmitted anywhere.
Google AdSense Banner
This area will contain advertisements after approval.