Tell us what’s happening:
Describe your issue in detail here.
** Step 21**
The buildings are too spaced out. Squeeze them together by adding two empty div elements to the top of the background-buildings element, two more at the bottom of it, and one more in between .bb3 and .bb4. These will be added as evenly-spaced elements across the container, effectively moving the buildings closer to the center.
Test
Sorry, your code does not pass. Don’t give up.
Hint
You should add two new div elements after the .bb4 element.
**WTH!!???
It asks for 2 empty ‘div’ elements to the top of the “background-buildings” element and 2 below it; DONE.
It asks for 1 ‘div’ element between .bb3 and .bb4; DONE
Nowhere in Step 21 does it say to place 2 ‘div’ elements below .bb4.
the adding one more div in between .bb3 and .bb4 is pretty straight forward; but when you’re reading that you need to place two div elements on top and another two at the bottom of another element kinda jams you up if you take the text literally
Everyone has their own opinion of what ‘literally’ means.
Expanding the word ‘it’ give the literal meaning above, though I can see how some people would struggle to correctly refer to the correct meaning of ‘it’
So when you first read Step 21, was your first interpretation?
Two more “div” elements below “background-buildings”?
Or would it be two more div elements nested _________?
I just want to get the proper terminology/work flow that’s all.
My first impression was to interpret ‘it’ as the last noun, which was the background buildings element. From there, I interpret the text ‘at the bottom of it’ as inside of the div instead of below the div.
Which is how I figured it out…
I just assumed that it would say inside the div instead of below the div.
Just seems like it would make more sense… but clearly you’ve obviously to been coding for quite some time for you to know the difference off hand.
Thanks for the reply though.
The same annoying Situation I also have. Luckily i was able to found it on my own.
Where it says add two at the TOP.
You should:
Add Two under the background-buildings Element right before .bb1 class. Two after .bb4 class and One between bb3 and bb4.
The buildings are too spaced out. Squeeze them together by adding two empty div elements to the top of the background-buildings element, two more at the bottom of it, and one more in between .bb3 and .bb4 . These will be added as evenly-spaced elements across the container, effectively moving the buildings closer to the center.
solution is remove the empty div from above background-buildings div .
so you assume wrong you should only add empty div within background-buildings div
As you can see in the code
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
yes,there are no “typos” but the grammatical errors in this lesson make it difficult to interpret, literally does not ask the coder to put elements after .bb4, the way it is worded literally asks to add two at the bottom of .background-buildings. It needs to be changed.
Squeeze them together by adding two empty div elements to the top of the .background-buildings element, two more at the bottom of it, and one more in between .bb3 and .bb4.
At bottom of the div is literally after the .bb4.
I don’t love the wording either, but it is literally accurate.
it isnt accurate at all… “squeeze them together by adding two empty div elements to the top of the .background-buildings element, two more at the bottom of it, and one more in between .bb3 and .bb4 .” It never asks to put anything after bb4, at all. it asks to put two empty divs at the top of background buildings ,two more at the bottom of it,… When it says “two more at the bottom of it” ,“it” refers to background buildings, because “background buildings” is the noun that was previously used/introduced. You can not use “it” to refer to a noun which has not been introduced yet, which is what happened with this issue, the correct grammar would be " Squeeze them together by adding two empty div elements to the top of the .background-buildings element, two more at the bottom of .bb4, and one more in between .bb3 and .bb4 . Also multiple people have complained about this issue so maybe its just obvious that it is not accurate and needs to be fixed.