Use Hex Code for the word black

Tell us what’s happening:

It says to replace the word black with the hex value. I did, I guess not?

Your code so far


<style>
  body {
    background-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/64.0.3282.140 Safari/537.36 Edge/18.17763.

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

Hi there @cloud7kevin.

The code appears to pass the challenge for me. I recommend you try clearing your browser cache, or open the challenge in a different browser. One of these options should solve the issue.