how to do drop shadow on image css code example
Example 1: drop shadow image css
filter: drop-shadow(0px 10px 3px black);
Example 2: putting picture shaddow in css
.image{
box-shadow: 0px -10px 30px #ccc;
}
filter: drop-shadow(0px 10px 3px black);
.image{
box-shadow: 0px -10px 30px #ccc;
}