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

Tell us what’s happening:

Hello All
I used both ways but it doesn’t work.
Please, help

Your code so far


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

  body {
    background-image: 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

Are you by any chance using Edge, IE, or Safari as your browser? Free Code Camp has bee updated to use newer technologies. It makes the application much faster and it means that we can go much longer without having to do a huge migration like the recent one. However, Edge, Internet Explorer, and Safari are very bad about choosing not to adhere to standards and support new functionality in JS and CSS. Right now, that means that these browsers exhibit lots of unexpected behavior. If you become a web developer you will come to hate these browsers with every fiber of your being.

I am using Google Chrome
though I have Opera and firefox as well
I tried on all three of them but didn’t work

Try resetting the challenge and pasting your solution (the first one) in again. Sometimes the tests can hang.

I have just restarted the browser but unfortunately it doesn’t work.

Meant hit the “Reset All Code” button. Also make sure that you are not using both of the body styles in your post above.

Should I reset from here?

Noooooooooooooooooooo!

When someone suggests “resetting”, they mean this button. It clears all stored code for the specific challenge and reloads a fresh instance of it.

Thank you so much:heart_eyes::bouquet:
it worked