Url for background NOT working!

Tell us what’s happening:
I’ve coded a whole website so far and no problem. I’m just going through each section to get certification. However…trying to add texture to background with image is not working for me no matter how I try to write it. I think there may be a bug in the url given for the test. Has anyone else had a problem with that question?

Your code so far


<style>
body {
background: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.163 Safari/537.36.

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

Link to the challenge:

You are missing a : Just copy and paste the URL instead of typing. Use this
https://cdn-media-1.freecodecamp.org/imgr/MJAkxbh.png, to set the background

1 Like

omg…that was so dumb of me. Thank you so much. It was maddening because it’s so basic. Guess that’s what happens when you try to do things when you’re tired…lol. Thank youuuuu!! Made my day.