Answers for "css changing image opacity"

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
-2

image opacity in html

img {
  opacity: 0.5;
}
Posted by: Guest on May-27-2020

Browse Popular Code Answers by Language