Tell us what’s happening:
I am trying to fix this it’s not working what could be the challenge
here is the task
"Give each of your buttons a unique id, starting with target1 and ending with target6.
Make sure that target1 to target3 are in #left-well, and target4 to target6 are in #right-well"
here is my code so far
<div class="container-fluid">
<h3 class="text-primary text-center">jQuery Playground</h3>
<div class="row">
<div class="col-xs-6">
<h4>#left-well</h4>
<div class="well" id="left-well">
<button class="btn btn-default target1"></button>
<button class="btn btn-default target2"></button>
<button class="btn btn-default target3"></button>
</div>
</div>
<div class="col-xs-6">
<h4>#right-well</h4>
<div class="well" id="right-well">
<button class="btn btn-default target4"></button>
<button class="btn btn-default target5"></button>
<button class="btn btn-default target6"></button>
</div>
</div>
</div>
</div>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/front-end-libraries/bootstrap/give-each-element-a-unique-id