Challenge Use Hex Code To Color Elements Blue - ashish9342/FreeCodeCamp GitHub Wiki
Just as with red and the others.
<style>
body {
background-color: #0000FF;
}
</style>
Just as with red and the others.
<style>
body {
background-color: #0000FF;
}
</style>