Intro to CSS3

Look the text-shadow property in the header! Oh my!

Let's look at the source code »

Using the border-radius property.

Using the box-shadow property.

Using the opacity property.

Using the border-radius property. But wait, the CSS code shows some strange vendor prefixes.

-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;

CSS Transitions - Transition me! (Try this one out in Chrome or Safari.)
More CSS Transitions - Transition me! (Try this one out in Chrome, Safari, Firefox, or IE9.)

Zebra striped table or list (as seen in the Week 8 mock-up).

(Use with caution, and test in all browsers. This is really a nice to have thing so make sure you content isn't totally reliant on it.)

Removing the style on the last item in a list:

(Use with caution, and test in all browsers. This is really a nice to have thing so make sure you content isn't totally reliant on it.)