Create Texture by Adding a Subtle Pattern as a Backgroun d Image

Tell us what’s happening:

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0.

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

The syntax is wrong, it should be,
background: url("");

Instruction says: Your body element should have a background property set to a url() with the given link.