I have the following HTML.
<div class='mycss1'>
<p class='mycss2'>Text</p>
</div>
I need the p tag to be centrally aligned vertically and horizontally inside of div. What is the best way to do it?
↧
How to align text inside a div vertically as well as horizontally?
↧