how to apply overlay property in css on image code example
Example: how to add a background overlay in css
.header {
background: rgba(0, 0, 0, 0.5); /* Black color with 50% alpha/opacity */
}
.header {
background: rgba(0, 0, 0, 0.5); /* Black color with 50% alpha/opacity */
}