clear background color css code example
Example 1: background color none
element {
background-color: transparent;
}
Example 2: background color css rgb
body {
background-color: rgb(255,255,255);
}
Example 3: css transparent background color
div {
opacity:25% ;
}