Showing posts with label shadow effect. Show all posts
Showing posts with label shadow effect. Show all posts

Friday, 20 December 2013

How give Shadow in website design using CSS3 Shadow property ?

In CSS3, the box-shadow property is used to add shadow to boxes:

div
{
box-shadow: 10px 10px 5px #888888;
}