How to Use Hex Code for Specific Colors Passed?

Tell us what’s happening:

  **Your code so far**

<style>
body { 
  color: #000000;
   }
</style>
  **Your browser information:**

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

Challenge: Use Hex Code for Specific Colors

Link to the challenge:

Hey there,

the task is:
Your body element should have the background-color of black.

Your code changes the text-color.

The code example on the left side of the task is just an example how to use hex code, but not the ready-to-copy solution.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.