Create-texture-by-adding-a-subtle-pattern-as-a-background-image

Could you help me?
The task is: Using the url of https://i.imgur.com/MJAkxbh.png, set the background of the whole page with the body selector.
What have I done incorrectly?

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/64.0.3282.186 Safari/537.36.

Link to the challenge:

The syntax within the brackets is missing something. Take another look there and you’ll solve your pproblem I be,lieve.

Dear RenoFanucci,
thank you very much

(“”)

Well done :slight_smile:

Your code would be: @Azov

1 Like