Help me please im a new coder

Tell us what’s happening:

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 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36.

Challenge: Use Hex Code to Mix Colors

Link to the challenge:

its weird it should work but after testing, when you add semi-colon on every css properties it will works eg .green-text{ color: #00FF00; } its a good pratice btw.

1 Like

Hi. maybe you are using dark them or browser extension which could be the reason to this bug. Change you dark theme to white, deactivate or delete any browser extension, delete browser cookies and reload the page.

Remove all the extension which are there on chrome…
Ask for more queries. Happy coding homie!! :grin: :grin:

I think that came from the 'Ask for help` automatic template. There is no need to assume anybody’s background that is trying to ask a legitimate question here, I believe.