CSS Compressor/Minifier Online
It is a Simple PHP Online Utility that compresses/minifies the CSS style sheet code. It shrinks the CSS files so that the site loading speed is a lot faster. It removes white spaces, the comments, the line breaks and the additional semi-commas. This is a great online PHP CSS Compressor that helps you reduce the size of your CSS styles, so your web pages can be loaded a lot faster.
At the end of the page, we also provide a free-to-use-and-yet-does-the-job API that can be used to shrink any CSS string-text, but please make sure that you don't overload the API servers (fair use policy).
API (Application Programming Interface)
API URL: https://steakovercooked.com/api/compress-css/?cachedParameter: css
Return: JSON-encoded compressed CSS string:
Example:
https://steakovercooked.com/api/compress-css/?cached&css=awards%20ol%20li.award%20div.date%20{%20float:%20left;%20color:%20black;%20/*font-size:%2013px;%20*/%20font-weight:%20bold;%20width:%20140px;%20}
Returns
"awards ol li.award div.date{ float:left; color:black; font-weight:bold; width:140px; }"
If $_GET parameter csss is not specified, the $_POST method can be used to invoke this API.
curl -X POST https://helloacm.com/api/compress-css/?cached -d "css=.CSS{color:red;}"








