Need Help With Add Elements within your Bootstrap Wells

Tell us what’s happening:

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=
        
        



      </div>
    </div>
    <div class="col-xs-6">
      <div class="well">

        


      </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/63.0.3239.132 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/add-elements-within-your-bootstrap-wells

You’re just gonna put three empty <button> elements in each <div class="well">. You don’t have to put any attributes to the buttons.

1 Like

Thank you for the reply. How would that code look?