Stuck in lesson 33. I can't seem to figure out how to add "flavor " as my class selector so that I can text-align it to the left in CSS

class=.flavor {
text-align: left;
}

just remove class= from the beginning and you are good to go.

1 Like

.flavor {
text-align: left;
}

For some reason this is wrong. It’s still telling me to add flavor as a class selector

1 Like

can you provide the link to the challenge?

This code is working fine in my case. Reset the challenge and perform it again. You might have made changes to the already given code.

I really appreciate that> I was pulling my hair out trying to figure out what I was doing wrong. Thank you kindly!

1 Like

Still stuck in the same spot. How do I rest this step? When I hit refresh I think its going to reset the entire project

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