Program scenario not satisfied

Tell us what’s happening:
Not sure what’s happening, but this scenario is stuck for some reason. It is displaying that H1 needs to inherit color:green from body and body color element should be green, both of which I think I have done right but the scenario won’t clear. Can anyone assist with this?

  **Your code so far**

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

<h1>Hello World</h1>
  **Your browser information:**

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

Challenge: Inherit Styles from the Body Element

Link to the challenge:

Check to see if your browser is running any add blockers or dark modes as they can affect tests. Code looks good

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