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