Absolute position element in center of a page

PHOTO EMBED

Wed Mar 17 2021 09:25:58 GMT+0000 (Coordinated Universal Time)

Saved by @linabalciunaite #css #absolute #position #center

  .example{
          height: auto;
          position: absolute;
          bottom: 45px;
          width: 100%;
          max-width: 80rem;
          left:50%;
          transform: translate(-50%, 0);
  }
content_copyCOPY