css opacity for background image only code example
Example: Background image opacity CSS
div {
opacity : 50%;
}
/* Use opacity to change the opacity of selected css */
div {
opacity : 50%;
}
/* Use opacity to change the opacity of selected css */