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!
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.
Thank you so much!!!
Thank you it’s work 100%