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