What do i need to do next help me

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 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-css/use-hex-code-to-mix-colors

Please don’t open more than one thread per challenge.

put the symbol ; like this

color: #ffffff ;

at the end of each one

whenever you give a styling rule in selectors, always end it with a semicolon ; .

I’m not sure but try eating bacon, its ALWAYS a good choice