.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.
.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.