Code is good seems to me but I can't pass the challenge. help me out

Tell us what’s happening:

Create Texture by Adding a Subtle Pattern as a Background Image

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 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68 (Edition Campaign 76).

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/

Remove the extra space before https after the inverted comma.

1 Like