
Design comparison
Community feedback
- P@giropa832Posted 4 months ago
Hi, your solution looks good. I'd like to give you some feedback:
-
To achieve a grid layout of three thirds is best to use
display:grid
andgrid-template-columns: repeat(3, 1fr)
. That way your layout will be naturally divided in three and then you can configure which cards will go in which section. The way you did it requires a lot of refactoring in case you want to change your code later on. -
Keep an eye on details. Focusing on details will help you train your eye for future jobs. It's true that 80% of the work can be done in 20% of the time, but that won't work when working profesionally.
-
Keep up the great work!
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