Thursday, March 4th, 2010 | css

The Basics of CSS3

Last week I posted a CSS3 dropdown menu and someone complained that I didn’t explain the CSS code in detail. Well, here is a post on the basics of the new properties: text-shadow, box-shadow, and border-radius. These CSS3 properties are commonly used to enhance layout and good to know.

RGBA: The first three values are RGB color values and the last value is the level of the transparency (0 = transparent and 1 = opaque).

View Post …


Related Posts

Leave a Reply