Efficient CSS Shorthand
In order to avoid the moving bloat from HTML and to reduce the amount of HTML sent to site visitors CSS to layout website is used, and the users should try to keep the size of their CSS files down as well to do this the best favorite CSS efficient trick is shorthand properties, about this shorthand properties many of the people know and use but some do not make full use of these space saving properties. These shorthand properties can be used to set several properties at once. And this can save a lot of space in the users CSS file.There are few

