0
I have a layout that has the following model:
[1] [2] [3]
[4] [5] [6]
[7] [8] [9]
[10] [11] [12]
And it would need both desktop and mobile:
[1] [5] [9]
[2] [6] [10]
[3] [7] [11]
[4] [8] [12]
It’s bootstrap today, but I searched and tried every shape and nothing (flexgrid and the like). Is that on the bootstrap? Or if there is any other solution...
You will achieve this with Grid: https://www.w3.org/TR/css-grid-1/ and here a guide: https://css-tricks.com/snippets/css/complete-guide-grid/ looks like Bootstrap4 works with Grid, after a look there at the documentation to see if it helps you and if it is feasible to migrate to BS4. You can build your own grid with CSS Grid Layout
– hugocsl
Guy try to be clearer in your question, put html helps in the process of understanding by others, what would be the brackets? Images?
– LeAndrade