css background page white code example
Example 1: background color css rgb
body {
background-color: rgb(255,255,255);
}
Example 2: css coor background
body {background-color: coral;}
body {
background-color: rgb(255,255,255);
}
body {background-color: coral;}