2 divs in a larger div must equal the same height… but how?

后端 未结 4 1667
余生分开走
余生分开走 2020-12-21 22:11

So here is a picture:

\"enter

What the problem is that I have 2 divs in a cont

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-21 23:05

    Try adding a border-right to the left div. Add a div inside the container div with a clear class. Then in css add this: .clear{clear:both;}

提交回复
热议问题