how to change the color of opacity in css code example
Example 1: css opacity background color
background: rgba(255, 255, 255, 0.25);
Example 2: change transparancy img css
img {
opacity: 0.5;
}
background: rgba(255, 255, 255, 0.25);
img {
opacity: 0.5;
}