Setting the p color to #4a4943

I need to change the

color on css.
this is what I wrote followed by the result:

h1 {
font-family:Verdana;
color:#576D94;
}
p{
font-size:18px
color:#4A4943;
}

I keep getting: "Oops, try again. Don’t forget to set your p color to #4A4943! "

what am I doing wrong ?

<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

<In what way does your code behave incorrectly? Include ALL error messages.>

```

Replace this line with your code.

<do not remove the three backticks above>

You forgot the semicolon.

Thank you very much. it really helped

1 Like

I’m not sure what “replace this line with your code” means

It means “paste your code into this bit”.
But please, if you’ve going to ask for help, do it on a new topic.