Could not solve a simple url

Tell us what’s happening:
Describe your issue in detail here.
I did follow what the video instruction did, but the solution is still wrong what to do. im stuck.

  **Your code so far**

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

User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36

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

Link to the challenge:

Watch out for those indentations. The proper way of writing it is:

background : url("https://cdn-media-1.fre....
          ^ remove this space

Indentations are irrelevant. CSS is not a python.

That may be but the test regex does not allow for a space.

Not sure it should either, although that would be a style guide thing and not because it is invalid.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.