Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I did it in short time. Great challenge with simple design for beginners.
What challenges did you encounter, and how did you overcome them?Nothing.
What specific areas of your project would you like help with?I don't know. If you have some tips how to be better, I will be grateful.
Community feedback
- @jasoneczekPosted 7 months ago
Your solution looks really accurate to the design, great job. Im getting a little bit of vertical scrolling on mobile. I had the same problem. Changing the height: 100vh to min-height: 100vh, and putting that on the body instead of the main element helped me fix that. Also, the mentors on here will point out to never use pixels for font size, but to use rem units instead. Same for padding and margins.
Marked as helpful0
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