Fill block height = 100% in a row – Twitter bootstrap
How is possible to fill-in the height of a row with a cell in the following >>JSFiddle: .x { height: 50px; } .row { background: #eee; } .row>:nth-child(odd) { background: lightblue; } .row>:nth-child(even) { background: pink; } <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>…