(New) Responsive Web Design - Learn CSS by building a set of Markers Step 49

I think that the step is not reading the code right as I get the error message.

Please can you point out what it is that I am doing wrong.

In the .red CSS rule, change the background-color property to background .

.red {
background: rgb(255, 0, 0);
}

Test

Sorry, your code does not pass. Keep trying.

Hint

Your .red CSS rule should have a background property with the value rgb(255, 0, 0) .

if I move forward to step 50 then the solution is there and looks just like this so I am assuming that it is an error on the courses side

Thanks

1 Like

Hi your code is correct, so don’t worry about that.

Try turning off any browser extensions you have, and if that doesn’t work try a different web browser. Sometimes those things react badly with the freecodecamp lessons.

1 Like

Thanks. I thought it was the case as it was the same for all the similar lessons going forward.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.