[Bootstrap 3] Bootstrap のカラムを同じ高さに揃える

memo.

[markdown]
> * [css – How can I make Bootstrap columns all the same height? – Stack Overflow](http://stackoverflow.com/questions/19695784/how-can-i-make-bootstrap-columns-all-the-same-height)

## table-cell

IE8+

> [Can I use… Support tables for HTML5, CSS3, etc](http://caniuse.com/#feat=css-table)

See the Pen Bootstrap full height column (table-cell) by DriftwoodJP (@DriftwoodJP) on CodePen.

## flex-box

IE10+

> [Can I use… Support tables for HTML5, CSS3, etc](http://caniuse.com/#feat=flexbox)

See the Pen Bootstrap full height column (flex-box) by DriftwoodJP (@DriftwoodJP) on CodePen.


[/markdown]