标签: html css
这是我尝试过的。有没有简单的方法呢?
.minh { min-height:70px; border:1px solid #f00 } .btm { vertical-align:bottom; bottom:0; }
<div class="minh"> <center class="btm">This goes to bottom</center> </div>