Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
13 lines (11 sloc) 318 Bytes

Split your Bootstrap Row

Create two div elements within your row, both with the class col-xs-6.

<div class="container-fluid">
  <h3 class="text-primary text-center">jQuery Playground</h3>
  <div class="row">
    <div class="col-xs-6"> </div>
    <div class="col-xs-6"></div>
  </div>
</div>
Something went wrong with that request. Please try again.