Answers for "adding a layer of shade on your background image in css"

CSS
0

css add shade over background image

box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
Posted by: Guest on October-28-2021

Code answers related to "adding a layer of shade on your background image in css"

Browse Popular Code Answers by Language