css change page color code example
Example 1: text background color css
body {
background-color:rgb(130, 50, 29);
}
Example 2: css background color
body {background-color: coral;}
body {
background-color:rgb(130, 50, 29);
}
body {background-color: coral;}