欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

CSS3 使用 box-align 、box-pack 垂直居中,在 IE 11 下居然无效?_html/css_WEB-ITnose

程序员文章站 2022-05-01 08:10:25
...
CSS3 使用 box-align 、box-pack 垂直居中,在 IE 11 下居然无效?





无标题文档




示例文字



回复讨论(解决方案)

http://css.doyoe.com/properties/layout/display.htm
display:box;
box-align:center;
box-pack:center;
ie11都不支持