Bootstrap align-items-end but without the columns-Twitter bootstrap
I need to align the elements inside a div to the end. And as I understand from Bootstrap's documentation, I should use d-flex and align-items-end. When I apply it, it sticks the elements to the bottom, but it also splits…