css file background color code example
Example 1: css background color
body {
background-color: green;
}
Example 2: css set background color
body {
background-color: red;
}
Example 3: insert background colour to css file
body {
background-color: lightblue;
}
#i've given the example of light blue you can use any other colour