Twitter Bootstrap 3 responsive full height grid
First of all, sorry for my poor english :S. I want a responsive full height grid using bootstrap 3. My problem is the grid, I don't know how to set 100% height to container and the inside divs. Width is perfect but height :S. I try with this CSS but it doesn't work: html body .container-fluid{ min-height:100%; height:100%; } .border3{ min-height:20%; height:20%; } .border4{ min-height:20%; height:20%; } .border5{ min-height:20%; height:20%; } HTML+CSS: http://jsfiddle.net/z5dpu7od/1/ Maybe I can solve this problem with JavaScript. I can take the browser height and applied it to .container