Answers for "background colors css code"

CSS
41

css background color

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

css background color

html {background-color: #ededed;} /*Changes the background colour to a light grey*/
Posted by: Guest on May-05-2022

Browse Popular Code Answers by Language