Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Learn about flex and how to work with it. Also found a better solution to provide a gap between text part with "gap" property, rather than doing margin/padding manipulation.
What challenges did you encounter, and how did you overcome them?Main concern was to understand when and how to use margin/padding on one or another block. Found out there is a more optimal solution as "gap" in flex
Community feedback
- @Ramirez-ChristopherPosted about 2 months ago
Consider using rem or em for consistent scaling across different devices rather than hardcoded pixel values, especially for margin, padding, and font sizes. This will improve responsiveness.
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