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