New CSS (3)

Try some of these new CSS 3 Properties:

background-size
-moz-background-size
-webkit-background-size
values: auto, [length], [percentage], cover, contain

background-clip
-moz-background-clip
-webkit-background-clip
values: border-box, padding-box, padding, border, content

background-origin
-moz-background-origin
-webkit-background-origin
values: border-box, padding-box, padding, border, content

opacity
values: [alphavalue], inherit

box-shadow
-moz-box-shadow
-webkit-box-shadow
values: inset, [x-offset],[y-offset],[blur],[spread],[color]