设置盒子指定水平方向和垂直方向的对齐方式
1、新建html文件

3、预览效果如图

5、预览效果如图

7、预览效果如图

9、预览效果如图

11、预览效果如图附上代码<style>div{ display:-webkit-box;display:-moz-box;widt茑霁酌绡h:400px;height:300px;background:#9C6;-moz-box-align:end;-webkit-box-align:end;-moz-box-pack:end;-webkit-box-pack:end;}</style>
