add color to transparent background code example
Example 1: bootstrap background transparent
bootstrap class background transparent
bg-transparent
Example 2: background color with opacity
h1 {background-color:rgba(255,0,0,0.3);}
bootstrap class background transparent
bg-transparent
h1 {background-color:rgba(255,0,0,0.3);}