Typography Step 27 Completely stuck because of "g"

Hi,
I’m at Step 27 of the typography project in Responsive Web design.
I’m completely stuck… The hint says “You should have a new .lg selector”.
According to me everything is fine except for the “g” of" lg "which is in the wrong way. I have no way to put this “g” in the right way I tried to copy/paste it doesn’t work, it becomes a “wrong way g” again.
What could I do? is it the reason why it doesn’t work? Any help would be greatly appreciated.

.lg {
height:10px;
}

.lg, .md {
background-color:black;
}

Challenge: Learn Typography by Building a Nutrition Label - Step 27

Link to the challenge:

.lg {
height: 10px;
}

.lg, .md {
background-color: black;

Seems to be right. Maybe try to reset the step and write it again.

1 Like

Thank you for you answer,
Eventually it worked out, I had tried reseting the step many times but I kept getting that the answer was wrong.
I left this part aside and continued to the next section. When I came back, many days later, I tried again and it worked. I’m not sure what went wrong the first times maybe a typo of some sort.

I am having the same issue here. Looks like a bug probably?

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