freeCodeCamp Challenge Guide: Split Your Bootstrap Row

Split Your Bootstrap Row


Solutions

Solution 1 (Click to Show/Hide)
<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>
6 Likes

i did the same …it didnt work

2 Likes

jQuery Playground

It works! Reload

Here is the correct answer if anyone is still stuck.

1 Like

So if it doesn’t look EXACTLY like this my answer is considered wrong?

jQuery Playground

Is how I wrote it, it’s messier, but can someone tell me if this is written incorrectly?

instead of putting /div after each line, I put them under both grouped together.

  • </ div></ div> at the bottom underneath both cols instead of after each line (minus the space mind you, I can’t show properly formatted)