css how to change background color code example
Example 1: css background color
body {
background-color: green;
}
Example 2: how to change background color in css
body{
background: lightblue;
}
Example 3: css background color
body {background-color: coral;}