Monthly Archives: July 2011

Add a drop-shadow to a div element with css 3

div { -webkit-box-shadow: 10px 10px 5px #888888; /* Safari and Chrome */ box-shadow: 10px 10px 5px #888888; }

Posted in CSS3 Tips and Tricks | Leave a comment

CSS3 Rounded Corners

The CSS3 border-radius property allows web developers to easily utilise rounder corners in their design elements, without the need for corner images or the use of multiple div tags, and is perhaps one of the most talked about aspects of … Continue reading

Posted in CSS3 Tips and Tricks | Leave a comment