Incorrectly indented code in steps 12 through 89 of the Learn Intermediate CSS by Building a Picasso Painting project
See original GitHub issueDescribe the Issue
I came across this forum topic where the user was confused about opening/closing tags for div
elements. After looking at step 12 of the project, I noticed the starting code for step 12 (the solution for step 11) added an indentation of 4 spaces not needed for the <div class="characters">
. Also, the </body>
has too much indentation.
Affected Page
Incorrect code
Instead of the starting code looking like:
<body>
<div id="back-wall"></div>
<div class="characters">
</div>
</body>
Expected behavior
It instead should look like:
<body>
<div id="back-wall"></div>
<div class="characters">
</div>
</body>
This affects all the remaining steps through step 89 (the final step). This will be an easy but tedious task to fix all the steps.
Screenshots
No response
System
- Device: [e.g. iPhone 6, Laptop]
- OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04]
- Browser: [e.g. Chrome, Safari]
- Version: [e.g. 22]
Additional context
No response
Issue Analytics
- State:
- Created a year ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Learn Intermediate CSS by Building a Picasso Painting - Step ...
Learn Intermediate CSS by Building a Picasso Painting - Step 50 · Tell us what's happening: Describe your issue in detail here. I...
Read more >challenge-editor should be documented · Issue #46987 - GitHub
Incorrectly indented code in steps 12 through 89 of the Learn Intermediate CSS by Building a Picasso Painting project #46982.
Read more >Untitled
Gs-12 pay scale step increases, Docva archivio, 106 infantry division patch, Corporate practices and conduct 1991, Bar district indianapolis. Learning ...
Read more >sitemap-questions-0.xml - Stack Overflow
... /is-there-a-way-to-convert-indentation-in-python-code-to-braces 2022-12-20 ... 2022-12-21 https://stackoverflow.com/questions/1205159/html-css-making- ...
Read more >Untitled
Murvin police and thieves! Annuaire pages jaunes italie, Chartboost revenue split, Fc rocherath junioren! Image canard boiteux, Gatorade bottle technology, ...
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
This would be much easier to fix using the Challenge Editor. @ieahleen created an issue to have instructions for using it added to the How to Work on Practice Projects guide.
@emcode93 issues are not assigned, feel free to open a PR
@hrittik2002 don’t trust PR titles, there isn’t such a folder, the steps are in curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting Please read the contributing guidelines at contribute.freecodecamp.org