Design comparison
Solution retrospective
What is the easiest method to handle the picture and the responsive please ? I would appreciate some tips
Community feedback
- @eliabedasilvaPosted almost 2 years ago
hi jiju278 I recommend using figma to be able to better analyze the design. For example, using the rectangle creation tool to be able to estimate the size of certain sections of the design. So your solution will be more similar to the challenge.
Marked as helpful1@jiju278Posted almost 2 years ago@eliabedasilva Hi Ellabe, thank you for your piece of advice. For now, I don't have a pro account but maybe it's worth it
0 - @atif-devPosted almost 2 years ago
Hi jiju278, congrats for completing the challenge. You also need to center the whole card.
For centering do as:
body { min-height: 100vh; display: grid; place-content: center; }
and you can also learn centering from here.
For responsiveness read this article or learn responsiveness from this free course.
Hope you will find this Feedback Helpful.
Marked as helpful1@jiju278Posted almost 2 years ago@atif-dev Thank you for all the ressources, appreciated :)
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