CSS drop shadowLicense

Technique to build flexible CSS drop shadows applied to arbitrary block elements. Most of the existing techniques for creating element shadows use images, this one doesn't. IT uses plain simple CSS. Have a look below.

Technique to build flexible CSS drop shadows applied to arbitrary block elements. Most of the existing techniques for creating element shadows use images, this one doesn’t. IT uses plain simple CSS. Have a look below.

First include the style sheet at the top of your code. Do it in

tag, then you can write your code.

Source code for index.html


Source code for webtoolkit.shadow.css