how to size a div's height to its container height, using CSS?

后端 未结 14 2166
太阳男子
太阳男子 2020-12-16 19:34

How to size a div\'s height to its container height, using CSS ?


  
14条回答
  •  臣服心动
    2020-12-16 19:43

    It seems like you are trying to get equal height columns. You could use the fauxcolumns method where a background image is used to fake the equal height. There are other methods out there.

提交回复
热议问题