M
M
Maxim2017-07-16 12:27:34
css
Maxim, 2017-07-16 12:27:34

justify-content: center not working in IE?

napalme.maxnrg.ru Justify
-content: center doesn't work in IE.
In the second section in the block - "Welcome"
css code

display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
A person from Kazakhstan, 2017-07-16
@LenovoId

caniuse.com/#search=flex
as you can see in IE11 is yellow, which means that the support is not complete

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question