Learn CSS Colors by Building a Set of Colored Markers - Step 49

keeps saying “ Your .red CSS rule should have a background property with the value rgb(255, 0, 0) .”. Even though that’s what it says and I have tried chrome too cause it says so on safari as well. Please what am I doing wrong?

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

Challenge: Learn CSS Colors by Building a Set of Colored Markers - Step 49

Link to the challenge:

You’ve added an extra comma at the end of your list of arguments (after the second 0) and you don’t have a closing } at the bottom.

Mod Edit : SOLUTION REMOVED

If you fix the syntax errors, it should go through.

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

1 Like

Oh alright! Sorry for the trouble ^^; I was just trying to illustrate where the typo was. Will keep that in mind for the future.

Thanks for the suggestion; although, it didn’t work I did that on both chrome and safari but it still says “ Your .red CSS rule should have a background property with the value rgb(255, 0, 0) .”. Do you think it maybe has to do with the fact that am on phone? Because other people were having the same problem as me but some sorted it out I think because they were on laptop.

@Jellysauce, have you passed this step?

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