Answers for "background or background-color"

CSS
41

css background color

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

background color

document.getElementById('id').style.backgroundColor = 'green';
Posted by: Guest on May-23-2021

Browse Popular Code Answers by Language