Create Texture_Background image_works_won't pass test

Tell us what’s happening:
Hi! The code seems to work in the display; yet this code doesn’t meet the standards to pass the test. Not sure what I’m doing wrong.

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/67.0.3396.99 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

try putting double quotes around the link inside the brackets.

1 Like

That was it, thanks!