Answer the question
In order to leave comments, you need to log in
How to make flex-boxes cross browser?
.class{
text-align: center;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-align-content: center;
align-content: center;
}
Answer the question
In order to leave comments, you need to log in
The problem is definitely not in this code. This code will work on android 5 without problems.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question