image opacity in a class css code example
Example 1: background color with opacity
h1 {background-color:rgba(255,0,0,0.3);}
Example 2: set opacity of background image
The following example sets the opacity for the background color and not the text: 100% opacity. 60% opacity. 30% opacity. 10% opacity. You learned from our ...