Tell us what’s happening:
This challenge says to set the red, green and blue colors in the rgb function of the .container class to max value of 255 but it doesn’t seem to work when I do that. Is there something I’m missing?
This will sound dumb but I ran into a similar issue on a later course that was giving me that issue. The code looks okay to me and works if I input it on mine. Erase the line of code and then ctrl+enter to make the problem give you an error, and then follow the steps entirely. Like put in background-color: but give nothing else, enter it, get the error. Then add rgb() without any context, enter it, get the error and then input the 255 per rgb. Or just try refreshing the page…
If that doesn’t work then that is above me lol. Maybe you have 1 too many ‘spaces’ inserted
You could try inputting without the commas and see if it accepts it then. There was a step that I had to… either add or remove them, can’t remember which, but that was the issue.
Your code is passing for me. Try restarting the step and do a hard refresh Shift + F5
Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.
Seeing as you have passed other steps that sets colors I don’t think this is the case.