I was doing the flex-box 13th exercise and something surprising happened.
Here is the CSS:
#row-reverse {
flex-flow: row-reverse wrap;
}
Here is what happened:
It should be like 5432 and then 1 on the next line.
So why did this happen?
I was doing the flex-box 13th exercise and something surprising happened.
Here is the CSS:
#row-reverse {
flex-flow: row-reverse wrap;
}
Here is what happened:
It should be like 5432 and then 1 on the next line.
So why did this happen?
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.