can you please take a look at this demo and let me know how I can add box shadow to svg using CSS?
I already tried these
.kiwi {
fill: #94d31b;
box-shadow: 10px 10px 5px #888888;
-webkit-filter: drop-shadow( -5px -5px 5px #000 );
filter: drop-shadow( -5px -5px 5px #000 );
-webkit-svg-shadow: 0 0 7px #53BE12;
}
but they didn't' add any shadow to the SVG