CSS Formatter is straightforward to apply devices to beautify CSS information. Copy, Paste, and beautify.
Unformatted CSS
body { background-color: lightblue; } p { margin-top: 100px; margin-bottom: 100px; margin-right: 150px; margin-left: 80px; }
Formatted CSS
body { background-color: lightblue; } p { margin-top: 100px; margin-bottom: 100px; margin-right: 150px; margin-left: 80px; }
CSS Minifier online is easy to use tool to minify JS data. Copy, Paste, and Minify.
CSS Example
body { background-color: lightblue; } p { margin-top: 100px; margin-bottom: 100px; margin-right: 150px; margin-left: 80px; }
Minified CSS
body{background-color: lightblue}p{margin-top: 100px;margin-bottom: 100px;margin-right: 150px;margin-left: 80px}