Answer the question
In order to leave comments, you need to log in
How to apply a shadow to an image in the background using CSS?
How to apply a shadow to an image in the background using CSS? Weak shadow, any color?
Answer the question
In order to leave comments, you need to log in
You need inset
.
.test {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question