Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Flexbox: same height + aligned to bottom Reply To: Flexbox: same height + aligned to bottom

#237811
Paulie_D
Member

The original align-items on the parent was overriding the stretch default so the columns were no longer the same height.

So, leave theparent as stretch (the default) and make the children flex-containers, with column direction and align their content to the end

http://codepen.io/Paulie-D/pen/jWQWbp