Answers for "how to add overlay to image css"

CSS
2

image overlay in css

background: linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86)), url(your-img-path);
Posted by: Guest on November-09-2021
-2

div color overlay css

box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 67%);
Posted by: Guest on November-10-2020

Code answers related to "how to add overlay to image css"

Browse Popular Code Answers by Language