Submitted almost 2 years ago
Huddle Landing Page With Single Introductory Section Master
@AliMahmoud21
Design comparison
SolutionDesign
Solution retrospective
The background image exists but, I don't know why GitHub didn't show it
Community feedback
- @osoriodevPosted almost 2 years ago
Hi Ali
There's a problem. When you deploy a project with GitHub Pages, the root directory(/) refers to username.github.io, not the repository itself. You must use a relative path, in this case it must be
body { background-image: url("../images/bg-desktop.svg"); }
Btw, remember to use the aria-label attribute for
<a>
tags when there is no discernible text.I hope it helps.
Marked as helpful0@AliMahmoud21Posted almost 2 years ago@osoriodev Thanks Sir, this was very helpful I updated the design, thanks again for your help :)
0
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