I understand, just for future reference if you make a post about a challenge, and it is not solved you can reply in the original post instead of creating a new one.
i feel you, so i did what you said and took the class marker out of the first div and just made 2 more div elements beneath that with the class marker but now it says i should have an opening tag and i have the opening tag.
Can you post your updated code here. When you reply you can select the format button which looks like </>. You can paste the code between the two lines it gives you.
okay so ive added the opening tag how u suggested and know its saying the first ned div should have a closing tag but no matter where i put it its still saying its incorrect.
Getting closer. You are just missing the closing divs on some of yours, we dont give full solutions here but I will try to give the best example I can. Here, I took care of the top div for you. You just need to add the two divs between the top and bottom div with the correct class. Make sure to have a closing div tag for both </div>
<div class="container">
//enter first div here
//enter second div here
</div>
Edit: @TheCool I misread the directions. Instead of two divs on the inside you need three, but all three need to be like the div I posted in the example above