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;
}

No comments:

Post a Comment