Common Styles

Background color

CSS

yourSelector {
  background-color: yellow;
}

JavaScript

yourVariable.style.backgroundColor = `yellow`