Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I liked my mobile layout. Next time I'll probably start with the desktop layout first instead of the other way around
What challenges did you encounter, and how did you overcome them?Turns out order matters for media queries. I assumed they worked like conditional functions that ran when the conditions were met, but I guess not
What specific areas of your project would you like help with?Nothing
Community feedback
- @vonsackerPosted 8 months ago
Looks pretty good! Some tips i learned while making my challenge:
- put all your content inside a container.
- use your mediaquery to give the container a width of 100% when the screen is small enough.
- give that container a padding so all your content is equally aligned.
This is what i used, im also a beginner so it might not work. Good job though!
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