how to set logo background transparant css code example
Example 1: bootstrap background transparent
bootstrap class background transparent
bg-transparent
Example 2: set background image opacity
#bg{
background-image: url('images/wood1.jpg');
opacity:0.2;
width:300px;
height:300px;
}