background image fixed and screen size opacity 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 */