Design comparison
Solution retrospective
It didn’t take me too long to finish this project.
What challenges did you encounter, and how did you overcome them?CSS Grid is hard but powerful
What specific areas of your project would you like help with?I'm open for feedbacks on using grid CSS
Community feedback
- @gustavo2023Posted 19 days ago
Hi! Congrats on completing this challenge. Here are a couple suggestions you could take a look at.
-
Ensure consistent indentation and spacing throughout the file for better readability.
-
Try to group related styles together and use comments to separate sections.
-
Avoid overly complex selectors and keep them as simple as possible. This CSS is using too many nested selectors. You should try to avoid this since it's better to keep CSS specificity as low as you can.
This will help you when you work on larger and more complex projects as it will make maintenance easier.
Keep up the good work!
1 -
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