Bootstrap 4 cards - align content at the bottom

后端 未结 1 1027
梦谈多话
梦谈多话 2020-12-19 12:06

I have a group of bootstrap cards put together in a card-group, meaning they all have the same width and height. Each card\'s content is different in height, and I need a bu

1条回答
  •  伪装坚强ぢ
    2020-12-19 12:35

    Use the flexbox utils and/or auto margins. For example, you can make the .card-body display:flex (d-flex flex-column) and the margin-top:auto (mt-auto) to push the button down...

    https://codeply.com/go/mfrRHlgydc

    Header
    Line 1
    Line 2
    Header
    Line 1
    Line 2
    Line 3

    Related questions:
    Bootstrap - align button to the bottom of card
    Aligning items within a Bootstrap 4 .card using Flexbox

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