all I can put in background-color: css code example
Example 1: css background color
body {
background-color: green;
}
Example 2: css transparent background color
div {
opacity:25% ;
}
body {
background-color: green;
}
div {
opacity:25% ;
}