how to make background image more transparent without effecting nythign else 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 */