Learn typography by building a nutrition label - Step 62

I’m not certain, but I believe that when attempting to complete this challenge, that an error message displays saying that the user needs to put the new <p> element after the “daily-value” class element, at some point in the build. This element is the container for the last divider that the user is directed to put the new div after. That error is confusing because, as it turns out, the new

element should immediately follow the last divider as it is stated in the instructions.

Steo 62 has these hints:

You should create a new p and div element at the end of your .daily-value element.

Your new p element should have the text Protein 3g.

Your new p element should have the class attribute set to no-divider.

You should have a span element with the class bold around the text Protein.

You should have a span element around the text Protein 3g.

Your new div should have the class attribute set to divider large.

I don’t see anything like you are mentioning. Can you double check what step you are talking about?

Step 66 has this text:

Add a medium divider after your .daily-value element. Below that new divider, create a p element with the class attribute set to note.

Were you referring to this?
What do you think there is here that is not working?