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