CSS, How to use Shorthand Properties!

August 1st, 2009

Shorthand Properties allow the values of several properties to be specified within a single property. Shorthand properties are easier to write and maintain. They also make CSS file smaller and faster to load. For example, the h2 element can be styled with font-style, font variant, font-weight, font-size, line-height, and font-family or with a single font property Read More...