CSS Color Markers

I think step 49 is broken! I did exactly what the step asked and when it didn’t work I went to YT and K-dev did exactly the same thing except he is allowed to move to the next step and I’m constantly being told that my code is incorrect! I’ve played with spacing and all but nothing is working. It’s a very simple step: change background-color to background with values rgb(255, 0, 0). the rgb values were set in a previous step so all you do is literally delete “-color”

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. Try again.

Hint

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

are you useing Safari? if that’s it, try a different browser - this step is broken on Safari

yes I’m using safari. which browser would you recommend? firefox, chrome?

those could work, yes

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