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