Hint and Solution | Applied Visual Design: Create Texture by Adding a Subtle Pattern as a Background Image

What is your hint or solution suggestion?

Hint:

-Your code should include background property inside the body selector.

-You should add url() function.

-You should use this url https://cdn-media-1.freecodecamp.org/imgr/MJAkxbh.png as it is mentioned in the challenge.

Solution:

<style>
  body {
    background: url("https://cdn-media-1.freecodecamp.org/imgr/MJAkxbh.png");
  }
</style>

Challenge: Create Texture by Adding a Subtle Pattern as a Background Image

Link to the challenge:

Thank you, for your guide post contribution. I have taken your suggestions and included them in the following guide post:

We look forward to your further contribution.