Is there any solution to split content of a div automatically in multi rows? (like when we using multi column CSS properties
to split a div in multi columns)
Asked
Active
Viewed 155 times
1

Ahmad
- 109
- 1
- 11
-
1Not that i'm aware of - why don't you just nest two div.row within the main div? – lehel Dec 01 '17 at 11:08
-
Because the content of my div isn't static. I want to split the content in multi rows automatically. Is there any solution by using just `css`? – Ahmad Dec 01 '17 at 11:12
-
2No. I'd recommend to inject the dynamic content into two divs(which will be the rows). – lehel Dec 01 '17 at 11:20