Skip to content

Challenge Inherit Styles from the Body Element

SaintPeter edited this page · 1 revision
Clone this wiki locally

The body element can be styled just like any other.

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

</style>
<h1>Hello World</h1>
Something went wrong with that request. Please try again.