Create Texture by Adding a Subtle Pattern as a Background Image 3

Tell us what’s happening:

The background image is loading, but the system is still showing me an error.
Is there something wrong with the code or is it a bug?

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) 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

You are super close. Take another look at the last sentence of the paragraph of information that comes just before the actual task. It’s just a small formatting detail that makes the difference. Hope that helps!

1 Like