heading css styles

CSS
h1 {
  text-align: center;
}

h2 {
  text-align: left;
}

h3 {
  text-align: right;

} 
Source

Also in CSS: