drop shadow img html code example
Example 1: png shadow css
img {
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #222);
}
Example 2: add shadows on an image css
filter: drop-shadow(0px 10px 3px black);