Hi I'm trying to make a page in which I have a number x of divs and they can be resize, horizontally using bootstrap col (col-2..-12), vertically without limit. I can add more divs in any moment
I want to put the div after the previous one if enter, if not pass to the next row. You can see below the sample, but can be any size, here the div 2 is resize so the div 6 have to move to the right.
There is any way to do this in css? Thank you.