Answers for "how to have different background color in html css"

CSS
41

css background color

body {
  background-color: green;
}
Posted by: Guest on February-03-2020
2

how to add a background color in css

body {
    background-color: red;
}
Posted by: Guest on November-15-2021

Code answers related to "how to have different background color in html css"

Browse Popular Code Answers by Language