Applied Visual Design:::Create Texture by Adding a Subtle Pattern as a Background Image

I’m stuck on this one, someone can help me? plsssssss

Your code so far


<style>
body {
background:url("https://i.imgur.com/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/81.0.4044.113 Safari/537.36.

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

Link to the challenge:

Welcome, tiosam.

Here are the instructions:

Using the url of https://cdn-media-1.freecodecamp.org/imgr/MJAkxbh.png , set the background of the whole page with the body selector.

This is what you put:

background:url("https://i.imgur.com/MJAkxbh.png");

Can you see the difference?

1 Like

Sorry,but stil I don’t get it !

This is your code:

body { background:url("https://i.imgur.com/MJAkxbh.png"); }

So, in your code, you are using the image in this url --> https://i.imgur.com/MJAkxbh.png

BUT

in the instructiones, the exercise asks for an iamgen that is in this url:
( Using the url of https://cdn-media-1.freecodecamp.org/imgr/MJAkxbh.png )

SO

you are mixing them!

Thank you for your post, I’m glad that I found this thread. I was doing the exact same thing.