hello people
help me on this please!
This is the question[Create a new rule to target both the cap
and sleeve
classes, and set display
to inline-block
.]
This is my code:-
sleeve , cap
{
display: inline-block;
}
what is wrong with it?
Class selectors look like this
.class1, .class2 {
}
You are missing something at the beginning of the classname.
1 Like
thank you so much! that helped