robert-o
3/11/2016 - 10:40 AM

Align the absolute position to center of Page Source: http://stackoverflow.com/questions/7720730/how-to-align-the-absolute-position-to-cente

.center {
  position:absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
}