Side note: If you have more questions in the future, it’s good to know how to format your code in the post so that it’s easier for others to offer their help. You can refer how to format code here.

For the right advice or code review, share the lesson name, the webpage link, the step you are struggling on, also the code you tried and sometimes the error message that pops up.
All of this information is really helpful for you to mull over and it introduces us to the problem so we can point you in the right direction in a quickly
Hi!
I have the same problem. But I have written the code inside the existing paragraph rule and it still doesnt work. The code looks like this:
p {
font-weight: bold;
font-family: Helvetica;
font-size: 18px;
color: AliceBlue;
line-height: 1.3em;
text-align: left;
width: 100%;
}
The error I always become is:
Did you set the ‘p’ selector around line 32 to have a font weight of bold?
Hi,
thanks for your answer! That didnt work for me, but the following helped: i have clicked many times on “Run” button till i got the message: “Get stucked?”. Then i chose “Get Code” option and could finally click “Next” button.