How to bootstrap a cell to row-span=2?
问题 How to make via the boostrap way the red cell be row-span=2 (fill also the second row)? .cell {height: 100px; border: 1px solid; border-collapse:collapse;} .red {background: red;} .yel {background: lightyellow;} <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/> <div class="col-xs-3 cell yel">content 1 -3</div> <div class="col-xs-5 cell yel">content 2 -5</div> <div class="col-xs-4 cell red">content 3 -4</div> <div class="col-xs-5 cell yel"