Test Not Passing Correct Code

Tell us what’s happening:

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 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0.

Challenge: Inherit Styles from the Body Element

Link to the challenge:

You also need to create h1 element with text Hello World

If you expand the window that has my code you will see that the h1 is there…

Thanks

Oh sorry, I didn’t see that.
Try different browser or clear the cache.

1 Like

extensions that change the css of the page will interfere with the tests,
do you have a dark mode extension or similar?

1 Like

Ah Ha! That’s the answer I was looking for @ilenia! Thank you so much for your help! It’s working now! YES!

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