Design comparison
SolutionDesign
Solution retrospective
In making mobile responsive designs which unit is best used, relative or absolute units?
Community feedback
- @Aimal-125Posted over 1 year ago
Bro you should use % units where possible for responsifying. And use absolute units on some elements as required. On my samsung j3 your card component is appearing very slim. You should increase the width to 90% of the container for the card component.
Marked as helpful1 - @motuncodedPosted over 1 year ago
Congratulations to you in creating solution to this challenge. The items inside the body can be centered
body{ display:flex; justify-content: center; align-items: center; min-height:100vh; } I hope you find this useful
2
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