Challenge Use Hex Code To Color Elements Green - thelastmile/FreeCodeCamp GitHub Wiki
Just as with red and the others.
<style>
body {
background-color: #00FF00;
}
</style>
Just as with red and the others.
<style>
body {
background-color: #00FF00;
}
</style>