Design comparison
SolutionDesign
Solution retrospective
Thanks for this challenge
Community feedback
- @BlackpachamamePosted 10 months ago
-
You must add a ./ to the paths so that they appear correctly in github pages. For example:
href="app/styles.css"
you must write it ashref="./app/styles.css"
. Same for images. -
You should not have a container for each version (mobile, desktop), you simply modify the CSS properties with media querys depending on the screen size
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