Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

huddle landing page with single introductory section master

Da7y 205

@Da7y


Design comparison


SolutionDesign

Solution retrospective


can any one find the bug in my background- img ! i tried every thing.

Community feedback

Roman Filenko 3,335

@rfilenko

Posted

Hi, you are defining backgorund in your css file, so path to the image should be relative to this file. Learn how to use browser's dev tools to debug issues like that😉

Roman

1

Da7y 205

@Da7y

Posted

@rfilenko thx a lot

0

@varunbhalla19

Posted

Yep, use

  • url("../image/bg-mobile.svg"); * instead of
  • url("image/bg-mobile.svg") ; *

because your style.css file is not in as same directory as image folder.

1

Da7y 205

@Da7y

Posted

thx man ❤

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord