Design comparison
Solution retrospective
The background image doesn't seem to show while on github pages for some reason Is it normal that the colors sometimes seems off even though I used the given colors in the style guide ?
Community feedback
- Account deleted
The background line can contain both images and colors to fill the absence of an image. Your body's background like should look like this;
background: url("../images/pattern-background-desktop.svg") no-repeat var(--pale-blue);
Also, I don't think we were provided a color for the active states. I just improvised and found a color that best matches the design.
Marked as helpful1@DardouPosted about 3 years ago@cheddarpanda
I'll try it right now, kinda forgot about this, and I guess I'll try and figure out a working color too then, Thanks a lot for everything !1
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