Restart the step. This is just a copy/paste assignment.
The instruction: " In the containerdiv , add two more div elements and give them each a class of marker" - - - so, they are the same as the existing one.
There is so much going on here that my advice and what I do when I am stuck is to restart the step then out loud read instruction and try to think it through. If you do that I am sure you will get it.
Another way of thinking about it is you already put one marker in the container correctly so you have done it correctly once already. You just need to do it again the step has not changed. If it helps go back to that step where you first inserted the marker and that is what you are trying to do x2 in this step
This is much closer, so far you have only closed the container and the bottom marker the closing tag of elements has a / take a look at your code you need to put closing tags on the top and middle markers.
i figured it out. how I first did it on the previous step is not how it let me do it to add the 2 others. when i did it i put it like:
<div class="container"
and it went through. so this step which is shown above (the new image) i did the same thing and it didn't go through. Watching youtube i figured it out. the closing tags had to follow behind nesting, not put at the end after nesting it all. I get it now. I appreciate the assistance. Respect.