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.