the lesson just does not work and i can not figure out why
Welcome to the forum.
Can you share your code so that someone can try to help you?
Hey there, if your code has any spaces between backgound property and url() likewise
body{
background : url()
}
then remove those spaces and your code should look like this
body{
background:url()
}