Common Styles

Height

CSS

yourSelector {
  height: 200px;
}

JavaScript

yourVariable.style.height = `200px`