Create Texture by Adding a Subtle Pattern as a Background Image urgent need

Tell us what’s happening:

it is showing image you are requesting does not exit no longer

Your code so far


<style>
  body {
background-image: 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/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/create-texture-by-adding-a-subtle-pattern-as-a-background-image/

You have a very subtle typo in your URL. The k should be lowercase (you typed an uppercase K)

1 Like

@kevcomedia Thanks for your reply because I just tested double quotes versus single quotes and it makes no difference. I was incorrect!

thanks a lot for the information