1

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)

Ahmad
  • 109
  • 1
  • 11
  • 1
    Not 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
  • 2
    No. I'd recommend to inject the dynamic content into two divs(which will be the rows). – lehel Dec 01 '17 at 11:20

0 Answers0