cristinafsanz
9/18/2019 - 7:27 AM

Center absolute

.center-absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}