How to force child div to be 100% of parent div's height without specifying parent's height?

前端 未结 26 2018
刺人心
刺人心 2020-11-22 06:52

I have a site with the following structure:

<
26条回答
  •  没有蜡笔的小新
    2020-11-22 07:25

    Here old fashion demo based on position: absolute of content container and position: relative of parent container.

    As for modern way to do it - flex boxes are the best.

提交回复
热议问题