Answers for "color on background image css with transparency"

CSS
1

css transparent background image

background: linear-gradient(rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)), url(image.jpg)
Posted by: Guest on September-04-2021
2

Background image opacity CSS

div {
    opacity : 50%;
}

/* Use opacity to change the opacity of selected css */
Posted by: Guest on January-08-2021

Code answers related to "color on background image css with transparency"

Browse Popular Code Answers by Language