opacity in image backgournd code example
Example 1: Background image opacity CSS
div {
opacity : 50%;
}
/* Use opacity to change the opacity of selected css */
Example 2: image opacity in html
img {
opacity: 0.5;
}
div {
opacity : 50%;
}
/* Use opacity to change the opacity of selected css */
img {
opacity: 0.5;
}