Please help step 51

Step 51

Something does not look right. You added the correct class attribute value to the p element with Donut as its text, but you have not defined a selector for it.

The CSS rule for the flavor class already sets the properties you want. Add the dessert class as an additional selector for this CSS rule.
.flavor {
text-align: left;
width: 75%;

}

Post your code here, its easier when we coerk with your code.

1 Like

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