URL not working

Tell us what’s happening:

Your code so far


<style>
body{background-image:url("https://cdn-media-1.freecodecamp.org/imgr/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/79.0.3945.130 Safari/537.36.

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

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/applied-visual-design/create-texture-by-adding-a-subtle-pattern-as-a-background-image

It’s mentioned that - Your body element should have a background property set to a url() with the given link

and you’re using the background-image property, the url is still working as you can see on the right side but that’s not what’s required to complete this challenge, just change background-image to background and everything would be fine.

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