Learn basic css step 52

please someone can tell me where’s the mistake?

( i have to add the dessert class name to the flavor class selector.)

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

1 Like

I just tried this

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

And it worked for me, I added the comma separator.

1 Like

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