scss backoung image apacity code example
Example 1: png image background transparent css
body {
background-color: transparent;
}
Example 2: reduce opacity of background image css
.img1 {
opacity: 0.6;
z-index=1;
}
body {
background-color: transparent;
}
.img1 {
opacity: 0.6;
z-index=1;
}