Task 76 crayons

it says my new div element with the class cap should be within the existin div element with the classes marker and red, I have no idea whats wrong, even chatgpt gave up on me.

Welcome to the forum @proowy

If this is for step 76 of Colored Markers:

Add a new div with the class cap before the sleeve div element.

The new div needs to go between the first and second div elements.
Make sure to include the class attribute.

      <div class="marker red">

        <div class="sleeve"></div>
      </div>

Happy coding

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.