Using Hex Code to Mix Colors- i'm stuck plz help

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

  **Your code so far**

<style>
.red-text {
  color: black;
}
.green-text {
  color: black;
}
.dodger-blue-text {
  color: black;
}
.orange-text {
  color: black;
}
</style>

<h1 class="#FF0000">I am red!</h1>

<h1 class="#00FF00">I am green!</h1>

<h1 class="#1E90FF">I am dodger blue!</h1>

<h1 class=>I am "#FFA500"!</h1>
  **Your browser information:**

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

Challenge: Use Hex Code to Mix Colors

Link to the challenge:

Hello!

Double-check what the instructions are asking you to do, you should be replacing the color of black in the style element with the matching hex code.

Hope this helps!

1 Like

Thank you very much for this answer.It worked :grinning:

1 Like

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