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:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
Roma
April 16, 2020, 10:44pm
2
Don’t include the comma in the URL
Where did i included coma cos i don’t see it
Roma
April 16, 2020, 11:00pm
4
In the URL…the last thing before the closing quotes and after .png
There shouldn’t be a comma there
Roma
April 16, 2020, 11:17pm
5
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:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
you hae typos, you need to place your url in ’ …string’ also should get rid of that coma in the end