728 × 90 Ad Space

CSS Formatter

Expand minified CSS onto one declaration per line with indented blocks, so a stylesheet can be read and edited.

empty

empty

How to use it

  1. Type or paste your text into the box above.
  2. The result appears as you type — or press Format.
  3. Press Copy result to put it on your clipboard.

Example

Input
.a{color:red;margin:0}.b{padding:4px}
Result
.a {
  color:red;
  margin:0
}
.b {
  padding:4px
}

Questions

Does it reorder or rewrite my rules?

No. Only whitespace changes — the selectors, properties and values are left exactly as they were.

Is my text sent to a server?

No. This tool runs entirely in your browser — nothing you type or paste is uploaded, logged or stored anywhere.

Is there a limit on how much text I can use?

There is no fixed limit. Very large documents depend on your device’s memory, but ordinary pages and files are handled instantly.