I'm struggling to achieve automatic vertical alignment for this. While I can manually center it using padding-bottom, I prefer a way to position it vertically on its own. How can I accomplish this while retaining the display: inline-block feature?
<div style="width:375px; height 250px; display: inline-block; margin:10px; padding: 0;text-align: center;">
<p>title</br></br>
text for paragraph goes here</p>
</div>