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.