Learn Basic CSS by Building a Cafe Menu - Step 73

Target all the p elements nested in elements with the class named item and set their top and bottom margin to be 5px .
Your p elements nested in your .item elements should have a margin-top of 5px.

how can i target these, ? I’ve tried “p” and “item” only…

I believe you have already written a ruleset that targets p elements nested in an element with the class of item. Look closely at the rulesets you already have to see if you can find it. Then you only need to add the margin property to that existing ruleset.

solve it already…just took some breaks …then when i get back, found what i missed…im at creating form already …:smiley:

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