Make column bigger – CSS code [closed]

Here are the things you need to add:

html, body {
    height: 100%;
}

.container {
    height: 100%;
}

Demo here: http://jsbin.com/tiyihigi/2/
Code here: http://jsbin.com/tiyihigi/2/edit?html,css

Leave a Comment