1. Group selectors that share same property values. This will not only decrease the size of your stylesheets, but will make them more maintainable as well. 2. Use shorthand properties, instead of separately defining each property for font, margin, padding, border, background, etc: element { font-size: 11px; font-weight: normal; font-style: italic; font-family: Arial, Verdana, Sans-serif; … Continue reading “CSS Optimization Tips and Tricks”