background-color transparent code example
Example 1: background color none
element {
background-color: transparent;
}
Example 2: css background color
body {
background-color: green;
}
Example 3: background color css rgb
body {
background-color: rgb(255,255,255);
}
Example 4: background color transparent
div {
background: transparent
}
Example 5: css transparent background color
div {
opacity:25% ;
}
Example 6: backgroud color css
background-color: blue;