Apply the Default Bootstrap Button Style

Tell us what’s happening:

why is this not being accepted??

Your code so far

<div class="container-fluid">
  <h3 class="text-primary text-center">jQuery Playground</h3>
  <div class="row">
    <div class="col-xs-6">
      <div class="well">
        <button type="button"class="btn btn-default"></button>
        <button type="button"class="btn btn-default"></button>
        <button type="button"class="btn btn-default"></button>
      </div>
    </div>
    <div class="col-xs-6">
      <div class="well">
        <button></button>
        <button></button>
        <button></button>
      </div>
    </div>
  </div>
</div>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/apply-the-default-bootstrap-button-style

You forgot to add the classes to the last three buttons.

1 Like

Looks like you missed 3 of the buttons.

Edit: snap, Kev

You forgot to add the classes.