I don't know what is the real problem here? It all seems fine

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<style>
.red-text {
  color: #FF0000;
}
.green-text {
  color: #00FF00;
}
.dodger-blue-text {
  color: #1E90FF;
}
.orange-text {
  color: FFA500;
}
</style>

<h1 class="red-text">I am red!</h1>

<h1 class="green-text">I am green!</h1>

<h1 class="dodger-blue-text">I am dodger blue!</h1>

<h1 class="orange-text">I am orange!</h1>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36

Challenge: Use Hex Code to Mix Colors

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

It doesn’t allow me to pass a test!

How so? What do the error messages say? What have you tried to fix them?

It’s like some kind of a bug… // running tests The

hex code

for the color orange should be used instead of the word

orange

. // tests completed

This is the error, but I used the hex value for orange…

Are you using a dark mode extension?

Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.

Nope. Its a white background mode. I already know html but I am just practicing…

Woops, here is the bug. You made a typo.

Well I will try to fix it.

Ohh, man thank you so much. It showed on screen orange color so it confused me. Thanks a lot. Sorry for disturbing.

1 Like

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