CSS3 使用 box-align 、box-pack 垂直居中,在 IE 11 下居然无效?_html/css_WEB-ITnose
程序员文章站
2022-04-11 19:31:07
...
CSS3 使用 box-align 、box-pack 垂直居中,在 IE 11 下居然无效?
无标题文档
示例文字
示例文字
回复讨论(解决方案)
http://css.doyoe.com/properties/layout/display.htm
display:box;
box-align:center;
box-pack:center;
ie11都不支持
下一篇: Android.bp文件来认识一下