Css3 has made a revolution in web designing. Many properties of css3 are very useful to make a website more attractive. One is box shadow. Before css3 we need to add images for show shadow. But now it is possible with css3 . Here is online free tool for creating box shadow and generate a clean css.
.boxShaddow{
height:100px;
width:100px;
margin:auto;
border:1px solid #000;
}.sli {
margin:10px;
}
.parent {
height:150px;
text-align: center;
...