Skip to content

Challenge Split your Bootstrap Row

SaintPeter edited this page · 1 revision
Clone this wiki locally

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.