Challenge Use Hex Code To Color Elements Green - ashish9342/FreeCodeCamp GitHub Wiki

Challenge Use Hex Code to Color Elements Green

Just as with red and the others.

<style>
  body {
    background-color: #00FF00;
  }
</style>
⚠️ **GitHub.com Fallback** ⚠️