Answers for "how to put black overlay on image html"

CSS
2

how to put a black overlay on a photo css

.header {
  background: rgba(0, 0, 0, 0.5); /* Black color with 50% alpha/opacity */
}
Posted by: Guest on December-19-2020

Code answers related to "how to put black overlay on image html"

Browse Popular Code Answers by Language