我有以下佈局http://jsbin.com/joyetaqase/1/edit?html,css,outputFlexbox的對齊底部
<div class="row">
<div class="col">
<h2>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h2>
<p>my footer</p>
</div>
<div class="col">
<h2>Lorem Ipsum.</h2>
<p>my footer</p>
</div>
</div>
使用Flexbox的我試圖讓相同的高度和寬度相同的.col
的div。
我的問題是:我怎麼能把<p>
堅持在框的底部?
版面應該像:
我知道我可以做<p>
絕對和使用bottom:0;
,但我想Flexbox的實現這一目標,這可能嗎?
有人可以解釋一下嗎?
您正是我所需要的,謝謝! – Hiero
@Hiero很樂意幫忙。不要忘記接受答案。當你可以 – ketan