I need help with targeting class objects with the display: inline-block;
My code:
.cap .sleeve {
display: inline-block;
}
But it gives me an error:
“ Sorry, your code does not pass. You’re getting there.”
Help!!!
I need help with targeting class objects with the display: inline-block;
My code:
.cap .sleeve {
display: inline-block;
}
But it gives me an error:
“ Sorry, your code does not pass. You’re getting there.”
Help!!!
Please post a link to the Step. Thanks
Step 78 in Markers, right?
Your selector is targeting a .sleeve class within a .cap class. You want to target a .sleeve class and a .cap class.
To target two classes in the same rule selector, separate them with a comma…
@drew.prisoc thank you for your rapid response
So sorry @JeremyLT , am kind of unfamiliar with how to link to the lesson’s, but Drew gave me the answer I needed
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.