web
Free CSS Formatter Online
Beautify CSS for easier editing and debugging.
local browser tool
Introduction
CSS formatters help when inspecting compressed styles, snippets, generated code, or copied stylesheets.
How To Use
Step 1
Paste CSS
Insert the compact CSS snippet you want to tidy up.
Step 2
Run formatter
Break declarations onto cleaner lines.
Step 3
Review and copy
Use the result in debugging or editing workflows.
Examples
Input
body{margin:0;color:#111}Output
body {
margin:0;
color:#111;
}FAQ
Does this tool upload my input?
No. This tool runs in your browser for the first release, so your input stays local.