Home > Article > Web Front-end > CSS3 uses box-align and box-pack to vertically center, but it doesn’t work in IE 11? _html/css_WEB-ITnose
CSS3 uses box-align and box-pack for vertical centering, but it doesn’t work under IE 11?
http://css.doyoe.com/properties/layout/display.htm
display:box;
box-align:center;
box-pack:center;
Not supported by IE11 either