Answers for "how to change image opacity css"

CSS
4

set background image opacity

#bg{
background-image: url('images/wood1.jpg');
opacity:0.2;
width:300px;
height:300px;
}
Posted by: Guest on October-16-2020
1

css image transparency

opacity: .8;
Posted by: Guest on March-23-2022
1

image opacity

img {
opacity: 0.5;
}
Posted by: Guest on April-01-2022

Browse Popular Code Answers by Language