<HTML>
Lion
BETA
Learning HTML/CSS/JavaScript
Edit Code
Bootstrap Example
Grid Classes : Column wrapping
.col-xs-9
.col-xs-4
Since 9 + 4 = 13 > 12, this 4-column-wide div gets wrapped onto a new line as one contiguous unit.
.col-xs-6
Subsequent columns continue along the new line.
Preview html View