I have the following
HTML
<div>
<div class="left"></div>
<div class="center"></div>
<div class="right"></div>
</div>
I want to achieve the following layouts using flexbox.
Mobile
Tablet
Desktop
I have no problem with mobile and desktop layouts, but could not solve it for tablets.
How to force .center
div appear after .letf
and .right
? Is there a way to achieve it with flexbox?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…