Learn Basic CSS by Building a Cafe Menu - Step 27

What is wrong with my code? I’m trying to use “menue” as my class selector.

.menue {
width: 80%;
background-color: burlywood;
margin-left: auto;
margin-right: auto;
}

please include your code, and the challenge link

(if you use the ask for help button, please don’t delete the template)

1 Like

Nevermind I figured it out.

1 Like

Hi @jadabraaksma ,

menu does not have the e at the end :wink:

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