Answers for "which property is used to create a drop shadow effect on an html element?"

CSS
11

drop shadow css

filter: drop-shadow(30px 10px 4px #4444dd);
drop-shadow(offset-x offset-y blur-radius color)
Posted by: Guest on December-08-2020

Code answers related to "which property is used to create a drop shadow effect on an html element?"

Browse Popular Code Answers by Language