Design comparison
SolutionDesign
Solution retrospective
For a reason unless i open with live server on vs code the background isn't downloading
Community feedback
- @MelvinAguilarPosted 10 months ago
Hello there π. Good job on completing the challenge !
- Use "
./
" before the file path of all images to display it.
βββ ββββ ββββ ββββ ββββ ββββ ββ Do:
background: url("./assets/home/background-home-tablet.jpg");
.βββ ββββ ββββ ββββ ββββ ββββ ββ Don't:
background: url("/assets/home/background-home-tablet.jpg")
.I hope you find it useful! π
Happy coding!
Marked as helpful1 - Use "
Please log in to post a comment
Log in with GitHubJoin 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