HTML5 Css3 Mania

FacebookTwitter

Understanding CSS Filter Effects

Heads up! This article discusses APIs that are not yet fully standardized and still in flux. Be cautious when using experimental APIs in your own projects. Introduction Filters are a powerful tool that web authors can use to achieve interesting visual effects. http://www.html5rocks.com/en/tutorials/filters/understanding-css/
Image slider is a popular effect and often used in portfolio sites and blogs. Most of these sliders are created by Javascript. But with CSS3′s strength, we can implement an image slider with only pure CSS3 .

Howto Create An Image Slider With Pure CSS3

http://www.deluxeblogtips.com/2010/05/image-slider-pure-css3.html
CSS2 allows you to specify stylesheet for specific media type such as screen or print . Now CSS3 makes it even more efficient by adding media queries.

CSS3 Media Queries

http://webdesignerwall.com/tutorials/css3-media-queries