【发布时间】:2014-10-21 18:25:09
【问题描述】:
我正在尝试使我的弹性框中的内容居中,但无论我尝试什么似乎都不起作用。
如:
align-items: center;
-moz-align-items: center;
-ms-flex-align: center;
-webkit-align-items: center;
justify-content: center;
-moz-justify-content: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
这是我们一直在尝试对齐 flex 内容的模板: http://codepen.io/anon/pen/idzDE
你会看到所有标记为 box# 的链接,我们一直试图在弹性框中居中,但还没有让它工作。
【问题讨论】:
标签: html css templates center flexbox