0

I need to have my html tags order like this (because of some accesibility reasons):

<div class="flex-parent">
  <div class="child1"></div>
  <div class="child2"></div>
  <div class="child3"></div>
</div>

But i need them to be shown like this:

enter image description here

How can i do it?

akcasoy
  • 5,740
  • 12
  • 49
  • 90
  • is a 2D layout, I would use the CSS Grid, but if you want to use the flexbox, maybe you could wrap child2 and child3 in a div, and threat them like a single element – alfa beta Dec 09 '21 at 16:41

0 Answers0