Answers for "background color class"

CSS
9

background color css

html,body {
  background-color: red;
}
Posted by: Guest on April-25-2020
1

background color

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

Code answers related to "background color class"

Browse Popular Code Answers by Language