HTML/CSS established class issue

Hello my kind souls,

I encounterd an issue with the following code;
HTML:
<p class="established" >Est. 2020</p>
CSS:

.established p {

  font-style: italic;

}

‘Hint’ that I get from this:
You should set the class of the p element to established .

I am either losing my mind or I should get enlightend by my fellow coders, my preference goes to the path of enlightment.

Thanks in advance! :slight_smile:

would you link the step that you’re on :slight_smile:
Also, i’m not sure if it’d matter that there is a space between the class name and the > or not, something to try i guess

1 Like

It was EXACTLY the space, thank you so much!

1 Like

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