Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

boostrap grid

<div class="row">
  <div class="col-9">.col-9</div>
  <div class="col-4">.col-4<br>Since 9 + 4 = 13 > 12, this 4-column-wide div gets wrapped onto a new line as one contiguous unit.</div>
  <div class="col-6">.col-6<br>Subsequent columns continue along the new line.</div>
</div>
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged: #boostrap #grid
ADD COMMENT
Topic
Name
7+5 =