Challenge Use Hex Code To Color Elements Green - ashish9342/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>