Inherit Styles from the Body Element (comment)

At this point of the course I am starting to understand what is known as cascading . Thank you FreeCodeCamp…


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


  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Firefox/78.0

Challenge: Inherit Styles from the Body Element

Link to the challenge:

1 Like

new terminal
that’s great :grinning:

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