css make image transparent on hover code example
Example 1: image opacity in html
img {
opacity: 0.5;
}
Example 2: reduce opacity of background image css
.img1 {
opacity: 0.6;
z-index=1;
}
img {
opacity: 0.5;
}
.img1 {
opacity: 0.6;
z-index=1;
}