Learn Basic CSS by Building a Cafe Menu - Step 52

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

how to add dessert class selector to the code here

add it like this
.flavor, .dessert

1 Like

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