Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Finished the project without external help.
What challenges did you encounter, and how did you overcome them?This was fairly easy and only needed to google some minor stuff.
What specific areas of your project would you like help with?Not sure if I used the best elements for my HTML code.
Community feedback
- @DanielfwwPosted 6 months ago
Hey Vipin - your mobile page view looks amazing! Just one small suggestion for the desktop version - you can center the element on your page by putting this:
min-height:100vh
Margin-left: auto;
Margin-right:auto;
Into your container element. If not I use margin-top and margin-bottom with px measure with also right and left margins to see if the element will center exactly right to the page.
Hope this helps even a little.
Marked as helpful1
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