lucas2
1
Tell us what’s happening:
Your code so far
<style>
boby {
background-color: black;
}
</style>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-css/style-the-html-body-element/
i am confused here, i don’t really know what to do. please help me out!
It appears that you made a small typo in your selector name.
It should read body
.
What does yours say?
lucas2
3
Actually, this is the topic i am: Basic CSS: Style the HTML Body Element…
how can i pass it?
i’m stucked!
Same solution as above 
Here is your code:
<style>
boby {
background-color: black;
}
</style>
Here is the solution:
<style>
body {
background-color: black;
}
</style>
Can you spot the difference? hint: re read my previous reply.
lucas2
5
yea… so, what could be the problem?
lucas2
7
oh my God!!!
i really appreciate your help.
thanks alot!

