Showing posts with label free online tools. Show all posts
Showing posts with label free online tools. Show all posts

Friday, July 10, 2015

CSS Minifier Decrease your Css Code Size Without Changing It's Features Online Free Tool.

CSS minifier

Paste Your CSS Code Here


Result



Features


  •      Remove all comments, empty declaration, and whitespace is not required (such as {} ():;> ~ +, etc.).
  •      Remove the suffix ";" in the declaration CSS
  •      Eliminating zero on CSS declarations. For example: 0.5> .5
  •      Converts color HEX. For example: # FFFFFF> # fff
  •      Delete all grades unit zero. For example: border: 1px 0px> border: 1px 0
  •      Reducing the value for margin, padding, border-width, border-color, border-style. For example: 1px 1px 2px 2px> 1px 2px



Read More