CSS 属性:
margin-bottom:

结果:
myBox
Another Box

Note:The example changes the bottom margin of the RED div.

CSS 代码:
div#myBox {
background-color:red;
margin-bottom:auto;
}
单击上面的属性值可查看结果
W3Schools.cn - 测试工具