Create texture by adding subtle parttens as a background image

Tell us what’s happening:

…I tried everything but still not passing this challenge please help

Your code so far


<style>
body {
  background: url("https://cdn-media-l.freecodecamp.org/imgr/MJAkxbh.png");
}
</style>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/71.0.3578.141 Safari/534.24 XiaoMi/MiuiBrowser/11.4.3-g.

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

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/applied-visual-design/create-texture-by-adding-a-subtle-pattern-as-a-background-image

hey man, looks like a spelling mistake, its media-1 not media-l …

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

You have a typo in the URL. Take another look at what’s in the lesson and what you’ve typed.

ohk,checking it out right away

1 Like

Thanks its worked now appreciate your support.

2 Likes