This is what I've tried. Is there any simple way to do this?
.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>
This is what I've tried. Is there any simple way to do this?
.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>