insert opacity in background color code example
Example 1: css opacity background color
background: rgba(255, 255, 255, 0.25);
Example 2: background having opacity and text above to not have opacity
background-color: rgba(255,0,0,0.6);
background: rgba(255, 255, 255, 0.25);
background-color: rgba(255,0,0,0.6);