Answers for "add a background color with css"

CSS
41

background color in css

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

Code answers related to "add a background color with css"

Browse Popular Code Answers by Language