Free Online CSS Beautifier Formatter

CSS Beautifier & Formatter

XML Beautifier

This would beautify your non-formatted CSS with proper formatted CSS with color higlight.

Example

.sample { display: block; padding: 0 5px; margin: 5px;
background: #ccc; color: #333; border-radius: 5px;
}
Before
.sample {
     display: block;
     padding: 0 5px;
     margin: 5px;
     background: #ccc;
     color: #333;
     border-radius: 5px;
}
After