background transparent css example
Example 1: css transparent background color
div {
opacity:25% ;
}
Example 2: transparent background css for image
background-color: rgba(255, 0, 0, 0.5);
div {
opacity:25% ;
}
background-color: rgba(255, 0, 0, 0.5);