I need Help to understand this

Tell us what’s happening:
I’ve tried multiple different lines of codes, and none of them seemed to work. If some could explain how to use the URL function in the Background function it would be appreciated.

Your code so far


<style>
body {
backgground: url(https://cdn-media-1.freecodecamp.org/imgr/MJAkxbh.png);
}
</style>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.162 Safari/537.36.

Challenge: Create Texture by Adding a Subtle Pattern as a Background Image

Link to the challenge:

There is a typo backgground
check on it

Also, read the last line of the lesson:

The link address is wrapped in quotes inside the parentheses.

Hope this helps

Thank you for the information. :slightly_smiling_face: