To Inherit Styles from the Body Element

Tell us what’s happening:

Your code so far

<style>
  body {
    background-color: black;
    color: green;
    font-family: Monospace;
  }
</style>
<h1>Hellow World</h1>

Your browser information:

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

Link to the challenge:
https://www.freecodecamp.org/challenges/inherit-styles-from-the-body-element

There is a typo in <h1>. This should be <h1>Hello World</h1>

i didn’t get it sir…could you be a bit specific…i typed correctly only

i got it sir.thnkx for your help

1 Like