Create Texture by Adding a Subtle Pattern as a Background Image- what is the problemmmmmm

Tell us what’s happening:

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 7.1.1; XT1562 Build/NPD26.48-24-1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36 OPR/47.1.2249.129326.

Link to the challenge:

Try putting double quotes “ around the URL inside the brackets.

yeah i have tried but it doesn’t workout

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

is there any problemm?
instruction is =Your body element should have a background property set to a url() with the given link.

Double check the url, i see a missing s

1 Like

thanks a lot, i learned to be very carefull while typing

1 Like