Common Styles

Text align

CSS

yourSelector {
  text-align: center;
}

JavaScript

yourVariable.style.textAlign = `center`