SyntaxFix
Write A Post
Hire A Developer
Questions
text-align: center will center it horizontally as for vertically put it in a span and give it a css of margin:auto 0; (you will probably also have to give the span a display: block property)
text-align: center
margin:auto 0;
display: block