Create Texture by Adding a Subtle Pattern as a Background Image ERROR

Tell us what’s happening:

i did,nt know whtat,s wrong with this?

Your code so far


<style>
  body {
    background : url("http://i.imgur.com/MJAkxbh.png");
  }
</style>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36.

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

It is https not http.

1 Like

i corrected it but it still not worked?

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

i reseted the code and then retyped the all,then finally it worked…

1 Like