Learn Basic CSS by Building a Cafe Menu - Step 51

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

Here is my code. I guess a double class selector will be used here. But why can’t I pass the test?

You’ll want to put a comma and a space between those two class selectors…

1 Like

Appreciate it! Thank you!

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