I’m trying to align a text horizontal and vertically. Using de horizontal axis, I made:
text-align: center;
And it worked perfectly. But I want the text to be center on the vertical axis too. I’ve read lots of solutions, but everybody has different solutions and I’m a bit confused…
Thanks!
Well one thing you can do is
You do not provide a height, but instead the height is automatically set.
You can try this, it works most of the time for me.