I am just learning CSS and would like to ask for help. I can center the text vertically and horizontally but at the expense of the inline-block property. So my question is: how to center the text vertically and horizontally without losing the inline-block property in the .aboutme-trio__section element ?
https://codepen.io/WitekItDev/pen/bGKgemp
I am just starting out, please bear with me.
I have tried these methods:
https://www.w3.org/Style/Examples/007/center.en.html
The result? Everything comes crashing down.