Bootstrap: Add Elements within Your Bootstrap Wells

Tell us what’s happening:
What am I missing here?

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

    <div class="well">



    </div>
  </div>
</div>
</div>

Your browser information:

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

Challenge: Add Elements within Your Bootstrap Wells

Link to the challenge:

Hi @shirkesha320!

Welcome to the forum!

FCC instructions:
Nest three button elements within each of your well div elements.

Why are there 6 here?

And zero here?

You did it right here

Thank you I was able to fix it.