what is opacity in html code example
Example 1: background color with opacity
h1 {background-color:rgba(255,0,0,0.3);}
Example 2: define element opacity css
div {
opacity: 0.5;
}
h1 {background-color:rgba(255,0,0,0.3);}
div {
opacity: 0.5;
}