Hex Code Black Color

Tell us what’s happening:
I have no idea what is wrong with my code. I followed the example.

Your code so far


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

Your browser information:

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

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

You shouldn’t add another property called color.

Instead, simply replace the word “black” with your hex code.