Flexbox column align self to bottom

后端 未结 7 1517
逝去的感伤
逝去的感伤 2021-01-30 19:53

Im trying to use Flexbox. http://css-tricks.com/almanac/properties/a/align-content/ this shows nice alignment options; but i would actually want a Top-top-bottom situation.

7条回答
  •  爱一瞬间的悲伤
    2021-01-30 20:11

    I'm a bit late to the party, but might be relevant for others trying to accomplish the same you should be able to do:

    margin-top: auto
    

    on the element in question and it should go to the bottom. Should do the trick for firefox, chrome and safari.

提交回复
热议问题