html5 - height-fluid columns in bootstrap -


currently working on design involves 3 columns tiles nested inside of them. using grid system in bootstrap, i'm able fit widths , have them change fluidly, same thing happen height of page, there sort of option this?

https://postimg.org/image/3xaqengav/

you can use flexbox-based equal-height columns bootstrap's grid system. feature provided core bootstrap. add .row-eq-height row's class. here's example : http://getbootstrap.com.vn/examples/equal-height-columns/


Comments