Align content in a flex container to the bottom
问题 Is there a way to have equal height items in flexbox and align all of the content within that container to the bottom? Currently this is what I have .quick-menu .menu { font-size: 0; display: flex; flex-wrap: wrap; justify-content: space-between; } .quick-menu .menu .item { margin-top: 30px; width: 33.33%; align-self: flex-end; } .quick-menu .menu .item > img { margin: auto; } .quick-menu .menu .item > span { font-size: 24px; font-weight: $bold; color: $white; text-align: center; display: