CSS Markers selecting multiple classes

.cap .sleeve{

display: inline-block;

}
This Code isn’t working for me though I’m 99% sure it’s right. Therefore I can’t move forward. Not sure what to do.

welcome to FCC forum

what seems to be the problem
also can you pls post the link to the challenge

If you want to comine multiple selectors like that, you need to comma-separate them.

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