Skip to content

Challenge Use Hex Code To Color Elements Green

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

Challenge Use Hex Code to Color Elements Green

Just as with red and the others.

<style>
  body {
    background-color: #00FF00;
  }
</style>

Clone this wiki locally