CSS Compressor : Make your CSS Files Size Smaller
Yeah, one way to make your page load faster is make your files size smaller. That file could be your CSS file. CSS is one important part for styling your website. If you don’t maintain the code very well like not using shorthand CSS, the file will be getting bigger and bigger. You also may use comment to make your CSS code readable but these comments is one factor that make the file size bigger. Don’t worry fellaz, I got a website where you can use it to compress your CSS files. It is CSS Compressor.
You can select from four levels of compression, depending on how legible you want the compressed CSS to be versus degree of compression. It is quick, easy and free! - CSS Compressor
Lets find how to do it…..
The first step, you must define your type of compression (highest, high, standard, low). You can see many options there then copy paste your CSS file. Voila! You will get your compressed files there. Ok, I tried it with my CSS file. Before compress, I got mine size is 7.97kb and after get compressed, I got 5.708kb. Yay, I had my css file size smaller. You can try it and make your webpage load faster than ever. If you want to compress CSS files, go to csscompressor
Tags: css, css 2, css 3, css compress


[...] my latest post about CSS Compressor, I’ve been searching to find the similar one for javascript and I got this YUI Compressor. [...]