background image opacity css without affecting text code example
Example 1: background having opacity and text above to not have opacity
background-color: rgba(255,0,0,0.6);
Example 2: Background image opacity CSS
div {
opacity : 50%;
}
/* Use opacity to change the opacity of selected css */