Design comparison
SolutionDesign
Solution retrospective
All feedback is welcome! Especially on mobile responsivenes work.
Community feedback
- @Gerald-LeCourPosted over 1 year ago
Hey there! 👋 Your solution looks great!
Here is some things I would recommend:
- I would remove the body styles completely
- Instead of using pixles to size the main element, I would change the height and width to:
min-height: 100vh; width: 100%;
3.Next I would use flex box to center everything, add this to your "main" element styles:
display: flex; justify-content: center; align-items: center;
I hope this was helpful for you! 😊
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