我想让 3 个子 div 对齐到他父母的底部,我尝试过使用 margin-top 但它移动了洞的东西。
<div style="border:1px solid red;width:200px;height:100px;">
<div style="height:72px;width:96px;margin:9px;">
<div style="background-color:red;height:47px;text-align:center;">This div</div>
</div>
</div>