In the .red
CSS rule, change the background-color
property to background
.
.red {
background: rgb(255, 0, 0);
}
I changed it and my code still doesn’t pass🥲
In the .red
CSS rule, change the background-color
property to background
.
.red {
background: rgb(255, 0, 0);
}
I changed it and my code still doesn’t pass🥲
So far I do not see syntax error,
try to put a space after colon and coma. (also a space before ‘{’ )
short word, don’t touch anything just remove the word ‘-color’ from the original code
hope it helps
hey thank you
actually I realised the issue was with the default browser I was using - safari
lemme see if it works on chrome
apparently it works. yay!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.