less opacity html tags code example
Example 1: change transparancy img css
img {
opacity: 0.5;
}
Example 2: background color with opacity
h1 {background-color:rgba(255,0,0,0.3);}
img {
opacity: 0.5;
}
h1 {background-color:rgba(255,0,0,0.3);}