how to reduce background image opacity code example
Example: set background image opacity
#bg{
background-image: url('images/wood1.jpg');
opacity:0.2;
width:300px;
height:300px;
}
#bg{
background-image: url('images/wood1.jpg');
opacity:0.2;
width:300px;
height:300px;
}