Ask: Create a new rule to target both the cap
and sleeve
classes, and set display
to inline-block
.
My answer :
.cap, .sleeve {
display: inline-block;
}
I see no other way to add this class selector, what is keeping it from saying this is correct??
Please post your actual code instead of a screenshot. Also, please post a link to the Step. Thanks
1 Like
ahhhh I finally saw that } was erased accidentally on the previous line for background-color. I will ask site admin to delete this post.
Thanks!
1 Like
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.