Learn Basic CSS Building a cafe menu

I need help with step 25. It doesn’t give me the “margin-left” and “margin-right” properties.

Please post your actual code instead of a picture. Please talk about how you are stuck on the problem. Thanks

Sorry for the image. I didn’t quite understand the explanation given in the tutorial, I would like an explanation.

you add all the rules to the same selector, inside the same pair of {}

but also

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Please post your actual code.

Welcome to the forum @tilinese2

image

The red squiggly lines indicate a syntax error.
Try removing the curly braces between two margin properties.

Happy coding

thanks for help. I managed to complete the step.