bootstrap 4 row height

后端 未结 1 1657
陌清茗
陌清茗 2021-02-03 22:35

I try to have something like this with bootstrap 4

with equal size in the height of green rows and red row

1条回答
  •  梦毁少年i
    2021-02-03 23:23

    Use the sizing utility classes...

    • h-50 = height 50%
    • h-100 = height 100%

    http://www.codeply.com/go/Y3nG0io2uE

     
    Responsive image

    Or, for an unknown number of child columns, use flexbox and the cols will fill height. See the d-flex flex-column on the row, and h-100 on the child cols.

    Responsive image

    https://www.codeply.com/go/tgzFAH8vaW

    0 讨论(0)
提交回复
热议问题