Create Texture by Adding a Subtle Pattern as aa Background Image

Tell us what’s happening:
Looks like I have the right code, have tried to reset the page, rebuilt it by cutting and pasting from sample, and looked at all the posts to date, but it still won’t work…

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.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 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

You can just omit the = after url and check.

1 Like