Answers for "how to assign opacity <1 to a background images but have text at opacity = 1"

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

Browse Popular Code Answers by Language