How do I stop these divs from overlapping?

前端 未结 6 1266
悲哀的现实
悲哀的现实 2020-12-16 20:31

I have three divs, within a content div.

Container width 70%. Within that I have -Left, width 20%. -Content, width 60%. -Right, width 20%.

I would like co

6条回答
  •  爱一瞬间的悲伤
    2020-12-16 21:09

    You need to take out the min-width from your CSS.

    When the page is sized smaller the min-width stops it from shrinking any further. Thus causing the overlap.

提交回复
热议问题