Set height of content in a Bootstrap Card so that it fills the whole card block

后端 未结 2 1148
野的像风
野的像风 2021-01-28 04:54

I am struggling with the layout defined here: https://jsfiddle.net/zmcode/uk97kfLm/20/.

The problem is that the red div inside the card on the right should

2条回答
  •  故里飘歌
    2021-01-28 05:20

    I previously explained that h-100 is height: 100%, and this only works when the container has a defined height.

    https://jsfiddle.net/1vgewck9/2/

    Left Card
    Right Card
    .
    Right Bottom Element

提交回复
热议问题