background css transparency code example
Example 1: css opacity background color
background: rgba(255, 255, 255, 0.25);
Example 2: image opacity in html
img {
opacity: 0.5;
}
background: rgba(255, 255, 255, 0.25);
img {
opacity: 0.5;
}