Answers for "insert background colour to css file"

CSS
0

insert background colour to css file

body {
  background-color: lightblue;
}
#i've given the example of light blue you can use any other colour
Posted by: Guest on March-01-2021

Code answers related to "insert background colour to css file"

Browse Popular Code Answers by Language