Need help with Inherit Styles from the Body Element challenge

<style>
  body 
  {
    background-color: black;
    color: green;
    font-family: monospace;
  }
</style>

<h1>Hello World</h1>*


Hello there.

Do you have a question?

If so, please edit your post to include.

Learning to describe problems is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

Hi @santoshshk !

I edited your post to remove the challenge link from the title and place it in the body of your post.

Please avoid placing links in the title since we cannot click on them.

Also, in the future, it would help us if you could describe what the problem is. :grinning:


The code you have shared works on my end. Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

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