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>