make background color external css code example
Example 1: how to style body using css
body {
/*type your styling here*/
}
Example 2: css background color
body {background-color: coral;}
body {
/*type your styling here*/
}
body {background-color: coral;}