freecodecamp.org/imgr/MJAkxbh.png

Tell us what’s happening:

Your code so far


<style>
body {
background-image: url(https://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/83.0.4103.61 Safari/537.36.

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

Link to the challenge:

you’re missing something before and after the link in URL parentheses :]
and should use only background property instead of background-image

1 Like