Design comparison
SolutionDesign
Community feedback
- @VSKarthikTPosted about 1 month ago
Great job on the project! I noticed that a lot of the CSS could be simplified by using Flexbox instead of grid for certain areas, especially when centering elements and aligning content. Flexbox often requires fewer lines of code and can achieve similar layout results with less complexity. It also makes responsiveness easier to manage across different screen sizes. Overall, using a bit less CSS and letting Flexbox handle alignment and distribution could make the code even cleaner and more maintainable. Keep up the great work!"
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