Apply the Default Bootstrap Button Style 85

Tell us what’s happening:

PLEASE TELL ME WHAT’S WRONG?? J don’t understand it’s irritating. What’s not enough here? or maybe incorrect? help help help!!!

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 class="btn-default"></button>
        <button class="btn-default"></button>
        <button class="btn-default"></button>
      </div>
    </div>
    <div class="col-xs-6">
      <div class="well">
    <button class="btn-default"></button>
        <button class="btn-default"></button>
        <button class="btn-default"></button>
      </div>
    </div>
  </div>
</div>

Your browser information:

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

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

Aside from giving them the btn-default class, you should also give them the btn class.

thank you very much;) j love you! j was stuck in nearly 40min on this, probably J’am little bit tired;)