Use Hex Code for Specific Colors Challenge

Tell us what’s happening:
I have tried entering the hex code many different ways, and I can’t get this challenge to work. Checking the hints and the help topics didn’t provide a work-around. I am surprised that more people haven’t had trouble with this. Can you please help me out?

Never mind. I got it.

Your code so far

<style>
  body {
    background-color: black;
    color: 000000;
  }
</style>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0.

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

A # is required before the hex code.

color: #000000;