Skip to content

Challenge Inherit Styles From The Body Element

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Inherit Styles from the Body Element

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>
Clone this wiki locally