Learn CSS Colors by Building a Set of Colored Markers - Step 78

I really don’t know what happened on my answer at this step (78) even though I have completely followed by the instruction and I really need help, please give me the advice and check out my following answer as well:
.cap .sleeve {
display:inline-block;
}

This targets elements with the class sleeve that are children of an element with the class cap. In other words, there is a parent/child relationship here.

You want to target elements with the class cap OR elements with the class sleeve. Do you remember how to do this? You did this several times in the Cafe Menu course. You might want to look back at the CSS for that course to remind yourself on how to do this.

Thanks a lot! The problem has been solved

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