Design comparison
Solution retrospective
What I found most difficult was applying the responsive design, I didn't know how to organize the elements well to make them look good, I'm not sure of the solution to apply for this, so I would appreciate the feedback.
Community feedback
- @HassiaiPosted almost 2 years ago
To center a content on a page, add min-height:100vh; place-items: center; instead of place-content center to the body. remove the background-color in the main and place it in .info
Use rem or em as unit for the padding , margin, width and preferably rem for the font-size for more on this watch this https://youtu.be/N5wpD9Ov_To
Hope am helpful Happy Coding
Marked as helpful1@AltairCGSPosted almost 2 years ago@Hassiai Thanks for the comments, I will keep them in mind!
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