reequipment: Create a new rule to target both the cap
and sleeve
classes, and set display
to inline-block
.
My Code:
.cap.sleeve {
display: inline-block;
}
it doesn’t work
reequipment: Create a new rule to target both the cap
and sleeve
classes, and set display
to inline-block
.
My Code:
.cap.sleeve {
display: inline-block;
}
it doesn’t work
Use a comma in between the two class selectors.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.