forxtu
8/29/2017 - 10:47 AM

Center absolute element

Center absolute element

*{
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}