0

I want to create a grid with 2 columns using flex and that's what I have:

enter image description here

And this is my code:

.wrap-columns {
    display: flex;
    flew-wrap: wrap;
}

And I want to remove the vertical space between elements when right element is bigger than next left element, I want something like this:

enter image description here

Can I do that with flexbox??

Thanks!

fcastillo
  • 938
  • 1
  • 11
  • 24

0 Answers0