Design comparison
SolutionDesign
Solution retrospective
Can someone find a mistake? :/
Community feedback
- @IEdiongPosted almost 3 years ago
Hello Nikola 👋, I think I spotted the mistake:
body { background: var(--pale-blue) url(../images/pattern-background-desktop.svg) no-repeat center top; }
and set the below code snippet at the small screen size media query
body { background: var(--pale-blue) url('../images/pattern-background-mobile.svg') no-repeat center top; }
- Also, look into the accessibility issue raised here.
I hope this was helpful, Shalom!
Marked as helpful1@dzoni19Posted almost 3 years ago@IEdiong Thx a lot for your time and feedback, Shalom! :)
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