To the Top

Navigation Menu

Search

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).

Input CSS Style Sheet
Output Compressed CSS Style Sheet

API (Application Programming Interface)

API URL: https://steakovercooked.com/api/compress-css/?cached
Parameter: 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;}"

API Servers

Apart from helloacm.com API server, you can also use the following 4 API servers (replace the API URI with the corresponding server domain):

Comments (0)

    Be the first one to comment this page !


Page Edited: October 30 2020 14:07:02 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="index, follow">