CSS 3

May 28, 2007 at 5:43 am (Web Design Sum.)

CSS 3

Here are a few exciting functions coming in CSS3. All pretty self explanatory.

Borders

  • border-color
  • border-image
  • border-radius
  • box-shadow

Backgrounds

  • background-origin and background-clip
  • background-size
  • multiple backgrounds

Color

  • opacity
  • RGBA colors

Text effects

  • text-shadow
  • text-overflow

User-interface

  • box-sizing
  • resize

Selectors

  • attribute selectors

Other modules

  • multi-column layout

 

Great for preview.

http://www.css3.info/preview/


Post a Comment