css bgcolor code example
Example 1: css background color
body {
background-color: green;
}
Example 2: background color css rgb
body {
background-color: rgb(255,255,255);
}
Example 3: backgroud color css
background-color: blue;
body {
background-color: green;
}
body {
background-color: rgb(255,255,255);
}
background-color: blue;