Waypoint: Label Bootstrap Wells - first challenge not correctly checked
See original GitHub issueChallenge http://beta.freecodecamp.com/challenges/waypoint-label-bootstrap-wells has an issue. Please describe how to reproduce it, and include links to screenshots if possible.
I have the following code, but the the first challenge “Add an h4 element to each of your <div class='col-xs-6'> elements.” is not correctly validated (see screenshot below).
<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 target'></button>
<button class='btn btn-default target'></button>
<button class='btn btn-default target'></button>
</div>
</div>
<div class='col-xs-6'>
<h4>#right-well</h4>
<div class='well' id='right-well'>
<button class='btn btn-default target'></button>
<button class='btn btn-default target'></button>
<button class='btn btn-default target'></button>
</div>
</div>
</div>
</div>
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Waypoint: Label Bootstrap Wells - first challenge not correctly ...
I have the following code, but the the first challenge "Add.. ... Waypoint: Label Bootstrap Wells - first challenge not correctly checked # ......
Read more >freeCodeCamp Challenge Guide: Label Bootstrap Wells
It's asking that you place a h4 tag not literally inside of the div element, but underneath it. ... Don't over-think it, which...
Read more >FreeCodeCamp/Help - Gitter
Waypoint : Line up Form Elements Responsively with Bootstrap | it says that im missing to close one of my DIV elements but...
Read more >Mapping Student Course Activity - Amber Thomas
Campers can log onto the service, complete coding challenges and projects, and earn certificates commemorating their completion. The topics ...
Read more >sitemap-questions-184.xml - Stack Overflow
... /questions/332397/what-is-the-best-way-to-check-for-reparse-point-in-net-c ... com/questions/1221739/using-psexec-returns-no-output-from-the-remote-task ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
every asking for help has been duplicated with the same issue but no Answer? Edit: Solved!
@rowansen thanks for you comment! Possible reason - this is not a critical issue. In last few days @BerkeleyTrue closed ~ 100 duplicate issues. And there are more than 540 issues currently open. FreeCodeCamp’s team and FreeCodeCamp’s campers do their best to resolve as many issues as they can. And you can also help them.
Please review the Guidelines for Contributing, thank you!.