Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted over 3 years ago

Responsive Clipboard Landing Page Master Using HTML & CSS

Jeffrey Tuason•550
@Tuason066
A solution to the Clipboard landing page challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


Hi guys,

I have a question for you, why the background images doesn't show when I'm going to deploy my page. In VS Code there is no problem.

Please help me and Check my code.

Thank you.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

  • Rohail Taha•355
    @rohailtaha
    Posted over 3 years ago

    Try this: background-image: url(../images/bg-header-mobile.png); Probably you would have to go one directory back using "../" as images folder is in the previous directory compared to "style.css" file.

    Marked as helpful
  • Vahe Abovyan•1,110
    @VaheAA
    Posted over 3 years ago

    Put path to the image into quotes. Now it's background-image: url(/images/bg-header-mobile.png);

    But it should be background-image: url('/images/bg-header-mobile.png');

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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub