Sunday 15 June 2014

CSS3 is stands for Cascading Style sheet version 3.

In CSS3 we have lot of New attributes are there and properties as well.

        we can give Rounded Corners to boxes ,Border images we can give ,Our own Fonts we can use in the template etc.

CSS3 Modules 

  • New Selectors
  • Box Model
  • Backgrounds and Borders
  • Text Effects
  • 2D Transform Effects
  • 3D Transform Effects
  • Animation using transition
  • Multiple column Effect like Newspaper
  • User Interface.
CSS3 BORDERS 

    (Border-radius) :-we can create Rounded borders using this property.

   (Box-shadow):- With the help of box shadow property we can give shadow to the box and it consist of three things offset x,offset y,and blur ness.

(Border-image):- Using this property in css3 we can give image in Border.For that we need Border-width property so that we can easily give the Border image.