position to the center

PHOTO EMBED

Sun Apr 18 2021 17:22:36 GMT+0000 (Coordinated Universal Time)

Saved by @benjaminb #css

    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
content_copyCOPY

https://stackoverflow.com/questions/5703552/how-can-i-center-text-horizontally-and-vertically-inside-a-div-block#:~:text=For%20vertical%20alignment%2C%20set%20the,any%20other%20inline%20children%20elements.