Answers for "image dark overlay css"

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 "image dark overlay css"

Browse Popular Code Answers by Language