Please i need help on this , iam confused

Tell us what’s happening:

Your code so far


<style>
body {
background: url:(https://cdn-media-1.freecodecamp.org/img/MJAKxbh.png); 
}
</style>

Your browser information:

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

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

Link to the challenge:

Hello there,

The lesson says this:

The background property supports the url() function in order to link to an image of the chosen texture or pattern. The link address is wrapped in quotes inside the parentheses.

Hope this helps

1 Like

i did wrap the url() in a quotes yet did not work

Look at the syntax:

background: url("some/url");

Is that what you have done? Except with the correct link…

2 Likes

yes it is exactly what i did and yet still not correct

thanks @Sky020 it has finally worked

1 Like