CSS: Floating multiple elements with different heights on multiple rows?

后端 未结 6 1214
既然无缘
既然无缘 2020-12-18 23:13

I\'m trying to organize divs into two columns, but not force them into rows. I\'m also trying to keep the vertical spacing between the divs a const

6条回答
  •  失恋的感觉
    2020-12-18 23:39

    I don't think this is a good practice but what i usually do in cases like this is building 2 div, set them side by side and just fill them up with whatever content you desire, but again, this is the way i do it, it might or might not work for you :)

提交回复
热议问题