Found a problem with a CSS challenge

Hi,

I am going though the Responsive Web Design - Basic CSS course, and i found a problem with the following challenge:

the color orange code line is not passing the test even though i am using the provided Hex code.
The hex code for the color orange should be used instead of the word orange.

my css code:
.orange-text {
color: FFA500;
}

Thank you.

Check the hex code for the missing hash in front of it.
It should read #ffA500

Hi, I noticed that your hexcode does not have the # sign in front of it which will not allow the code to be read in the editor.

2 Likes

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