Solution for image

Tell us what’s happening:
hi guys kindly assist i donot know what am i doing wrong here

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

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

Link to the challenge:

You have a space between “url” and “(”.

got it thanks, i struggled a bit there