Please help is needed in step 51.. how do i add the ".dessert" selector to ".flavor" selector?

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

Write the name of the first class followed by a comma then the name of the second class.

1 Like

awesome :innocent:
it worked, thankss alot :pray:

1 Like

Thanks for this!
.flavor, .dessert{
text-align: left;
width: 75%;
}

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