Https://www.freecodecamp.org/learn/responsive-web-design/basic-css/use-hex-code-for-specific-colors

Tell us what’s happening:
I’m not passing the test because it says “the hex code for black should be used instead of the word black” which is exactly what I’ve done below, but somehow it’s not working.

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8.

Challenge: Use Hex Code for Specific Colors

Link to the challenge:

You are missing the closing brace } in the style block.