How to make div occupy remaining height?

前端 未结 11 1102
遇见更好的自我
遇见更好的自我 2020-11-27 12:49

I have this problem, I have two divs:

<
11条回答
  •  伪装坚强ぢ
    2020-11-27 13:22

    content
    #header { height: 200px; } #content { height: 100%; margin-bottom: -200px; padding-bottom: 200px; margin-top: -200px; padding-top: 200px; } #footer { height: 200px; }

提交回复
热议问题