How to stretch div height to fill parent div - CSS

后端 未结 7 1388
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-02 10:05

I have a page with divs like below

7条回答
  •  一整个雨季
    2020-12-02 11:10

    If you're gonna use B2 for styling purposes you can try this "hack"

    #B { overflow: hidden;}
    #B2 {padding-bottom: 9999px; margin-bottom: -9999px}
    

    jsFiddle

提交回复
热议问题