Hey @denisem0050 thanks for posting. A few things that can help:
You don’t need to put brackets or tags in CSS code inside the tags. I see where you have …etc. You do not need to do that. This should do:
p {
font-size: 16px;
}
From there, how would you then add the font-family property and set it to monospace?
It would probably be easier if you went ahead and reset the code in the problem by clicking the ‘reset all code’ button, then looking at the prompt one more time. You can do it!
Remove all the CSS properties and curly braces from the HTML <p> tag. Inside your <styles> tag put a <p> tag and set the font-family to Monospace along with font-size in <p> tag.