okay I just did that. Still stuck on the span though-you said in an earlier comment that I’m currently nesting it in the .left-container element. it should still precede the h2 element though? sorry i’m super duper new to coding and following the instructions is still a learning curve for me
I do not understand how you made it all the way through the other practice projects and are having the trouble with this step of this project.
The h2
element is nested within the .left-container
element, so it is impossible for the span
element to be within the .left-container
element and below it at the same time. The instructions want you to put it below the .left-container
element.
yeah I’m not sure why this step is SO mind boggling. BUT I JUST DID IT!!
I definitely need to come back and review this again. You’re right that it shouldn’t have taken so much time for it to click. Also thank you thank you for your patience
This code will pass.
Mod edit: removed solution
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.