image background with opacity code example
Example 1: png image background transparent css
body {
background-color: transparent;
}
Example 2: Background image opacity CSS
div {
opacity : 50%;
}
/* Use opacity to change the opacity of selected css */