CSS Minifier
CSS Minifier Form
This form allows you make minify CSS code:
About CSS Minifier tool
What is CSS?
CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media.
CSS is a style language that defines layout of HTML documents. For example, CSS covers fonts, colours, margins, lines, height, width, background images, advanced positions and many other things.
About CSS Minifier tool
The Minifier CSS online was created to help with removing all whitespace, indentation, newlines and comments for decrease size and amount of data transferred to clients. The purpose of minifcation is to increase the speed of a website. Minimisation can make a CSS to 20-50% smaller, resulting in a faster download time.
How it Works?
Just paste your CSS to the textarea above and click to the button "Minify" and you will get minifier CSS in the same textarea.
Example of CSS Minify
Before:/* Comments */ html, body { height: 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; }After:
html,body{height:100%}.wrap{min-height:100%;height:auto;margin:0 auto -60px;padding:0 0 60px}
Did you like this tool? You can donate to us. This will help us improve our free web tools.
Paypal