CSS code for shadow effect of div:
filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
-moz-box-shadow: 2px 2px 10px #909090;
-webkit-box-shadow: 2px 2px 10px #909090;
box-shadow:2px 2px 10px #909090;
Demo:
See, this div has a shadow effect. When you use this thing, it's better to use it on the webpage with white background color.
Today's comments have reached the limit. If you want to comment, please wait until tomorrow (UTC-Time).
There is 05h47m31s left until you can comment.