css page color code example
Example 1: how to change the page background in css
body {
/* this changes the page's background to green */
background-color: green;
}
Example 2: css set background color
body {
background-color: red;
}
body {
/* this changes the page's background to green */
background-color: green;
}
body {
background-color: red;
}