how to set background color opacity in css with hex values code example
Example 1: css opacity background color
background: rgba(255, 255, 255, 0.25);
Example 2: background opacity css hex
background-color: #ff000088; <--- the 88 is the alpha
background-color: #ff0000 50%;