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