how to make background transparent but colors in image with no 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 */