Answers for "how to give shadow to a image in a div"

CSS
4

add shadows on an image css

filter: drop-shadow(0px 10px 3px black);
Posted by: Guest on October-18-2020

Code answers related to "how to give shadow to a image in a div"

Browse Popular Code Answers by Language