Stuck on level 9, Font Color

Please help, I’ve already tried just about everything and I still seem to get the same error.
Here is a screenshot of my work.


I get keep getting the “Oops, try again. It looks like your header’s font-size is 32px instead of 16px.” error.

@jozziefer,

You will have to change your style-definition
from

font-size= 16px

into

font-size: 16px

and you should remove the non existing <h></h> tags, and add the style attribute to your <h1> opening tag. And if you really want to do it correct, add your heading (h1) and your paragraphs inside the <body></body>

1 Like

2 posts were split to a new topic: Stuck on 9, font color

Got it, Thanks so much for the help! @leonhard.wettengmx.n and @stetim94