Skip to content

Challenge Use Hex Code To Color Elements Blue

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

Challenge Use Hex Code to Color Elements Blue

Just as with red and the others.

<style>
  body {
    background-color: #0000FF;
  }
</style>
Clone this wiki locally