Trouble with Problem 61 Styles. CSS Cafe Menu

Hello,

I am currently stuck on Styles.CSS problem number 61 for the Cafe Menu. The problem is as follows:
Make the Est. 2020 text italicized by creating an established class selector and giving it the font-style property with the value italic .

This is what I have been able to come up with:

Est. 2020

.established p {font-style: italic;}

It still says I am wrong, any assistance is greatly appreciated :slight_smile:

It looks like you created selector for p elements which are children of elements with class established.
The task was to create

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