Answers for "which property is used to change the background color in css"

CSS
41

background color in css

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

css change background color

background-color: green;
Posted by: Guest on June-13-2021

Code answers related to "which property is used to change the background color in css"

Browse Popular Code Answers by Language