How can I center things in ionic?

How can I achieve something similar to this in ionic?

I’ve tried everything I could possibly think of. Any help would be appreciated. Thanks!

Do you try adding to your CSS on .item class this:
text-align: center
?

yes, that will get it to be centered horizontally but not vertically

Css flex-box to the rescue.

1 Like

Thank you so much!!!

Thank you it’s work 100%