Can someone show me what i have done wrong here guys

Tell us what’s happening:

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 (Linux; Android 6.0.1; SM-G532F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36.

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

Link to the challenge:

Don’t include the comma in the URL

Where did i included coma cos i don’t see it

In the URL…the last thing before the closing quotes and after .png
There shouldn’t be a comma there

Look at the challenge. You removed the comma and put in a period.
The URL that is given to you does NOT have a comma or a period after the file extension .png

You removed the comma and it should have passed. Don’t put in a period.

Edit: And don’t leave a space between .png and the closing quotes

Tell us what’s happening:

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 (Linux; Android 6.0.1; SM-G532F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36.

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

Link to the challenge:

you hae typos, you need to place your url in ’ …string’ also should get rid of that coma in the end