标签:blog ems lex bsp height 技术 back center 定义
html
<div id="outer"> <div id="inner"></div> </div>
css
#outer{ width:500px; height:500px; background:yellow; display: flex; justify-content:center; /*justify-content
属性定义了项目在主轴上的对齐方式align-items:center; /*
align-items
属性定义项目在交叉轴上如何对齐。 } #inner{ height:100px; width:100px; background: red }
标签:blog ems lex bsp height 技术 back center 定义
原文地址:http://www.cnblogs.com/chengdabelief/p/6510801.html