Design comparison
Solution retrospective
Hello there! This is my code solution for the "Four Card Feature Section" challenge.
I would love to receive some feedback. I'm eager to learn and improve my coding skills, so any constructive criticism or suggestions for improvement would be greatly appreciated.
Thank you in advance for taking the time to review my work, and I look forward to hearing your thoughts!
Community feedback
- @Shalom2935Posted over 1 year ago
I just finished this challenge an hour ago. I was thinking whether it would be better doing it using flexbox or grid. The way you did it with flexbox is really great but as I was thinking about it, I found some issues (more like limits than issues). Firstly, using flexbox requires more div: you are force to wrap .red and .orange in a div ( .column) so with this come the second limit: .red and .orange will be either in the same row or in the same column. In this challenge it might not be a problem but you can have a case where you want to order your boxes in a particular way. I hope my remarks will help you somehow.
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