【发布时间】:2014-11-15 19:43:34
【问题描述】:
http://www.gabrielleelizabethstudios.com/GEA_html/thejustingallery.html
我无法让它自动垂直对齐。我知道我可以手动添加一个 padding-bottom 以使其居中,但我宁愿它自动垂直定位。我该怎么做呢?而且我需要保留 display: inline-block 功能。
<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>
【问题讨论】: