Use Hex Code to Mix Colors. plzz help me out to solve it .m coding in an android

Tell us what’s happening:
M strucked in it,Do I need to make any changes in h1 element,if yes den what I gonna make,R d hex codes to be given again in h1 s

Your code so far

<style>
  .red-text {
    color: #FF0000;
  }
  .green-text {
    color: #00FF00;
  }
  .dodger-blue-text {
    color: #2998E4;
  }
  .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:

Your Browser User Agent is: Mozilla/5.0 (Linux; Android 7.0; Moto G (5) Build/NPP25.137-73) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/use-hex-code-to-mix-colors

Your code works for me. Maybe you can try another browser or reset the challenge?

1 Like