How to make position center?

I want to place content in the exact middle of the screen, both horizontal and vertical.

But I don’t want the text to be aligned center as well.

How can I achieve this using F7 with React?

Thanks!

Use Flexbox to center in the middle https://framework7.io/docs/typography.html#flexbox
ANd use text aligment to align the text as you wish.

Here is a web to help with flexbox, and another one.