I have a very simple HTML. Due to some limitations, I cannot modify the HTML content. I want to center the text vertically only using CSS.
&
Try this:
.text-tag{ text-align: center; margin-top: 25%; }
And apply "text-tag" to the text you want to center.