Code isn't working properly

Unfortunately this code isn’t working
anyone please

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

Your code so far


<style>
body {
background : 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/81.0.4044.129 Safari/537.36.

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

Link to the challenge:

Modify it like this:
body {

background:url(‘https://cdn-media-1.freecodecamp.org/imgr/MJAkxbh.png’) ;

}

thanks doctor strange.Hope your hands can become fixed the way you fixed my code

lol :rofl: but the only problem with your code was the space between the background and the colony ‘:’

Kindly cross check your code as above,it will work for sure!