Wednesday, August 3, 2011

CSS3

CSS3 the new standard cascading style sheet.
CSS3 has the best features in it as multiple column concept and 2D/3D Transformations.
The CSS3 also has all the features which are existing in older version of CSS.

Most of all the browsers supports CSS3 features.

CSS3 Borders

CSS3 Borders helps in rounded corner border of division or any section this is achieved using -moz-border-radius as follows



Which results as follows

hello from rounded corner division


CSS3 Border Shadow
Border Shadow can be implemented to any border using -moz-box-shadow



Which results as follows

hello from shadowdivision

No comments:

Post a Comment