Answers for "how to add darken on image css"

CSS
6

darken image css

.container img {
  filter: brightness(50%);
}
Posted by: Guest on May-25-2020

Code answers related to "how to add darken on image css"

Browse Popular Code Answers by Language