Learn Basic CSS by Building a Cafe Menu - Step 51

Step: Since the flavor class selector already has the properties you want, just add the dessert class name to it.

seems like i have problems adding a second class to the class selector

.flavor.dessert{
text-align: left;
width: 75%;
}

please help!

Its added correctly, but you need to separate both classes with a comma.

2 Likes

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