Answers for "css image add shadow"

CSS
9

add shadows on an image css

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

add shadow to background image css

box-shadow: inset 0 0 5px 2px #282a2d; /* mark the inset */
Posted by: Guest on July-30-2020

Browse Popular Code Answers by Language