
Design comparison
SolutionDesign
Community feedback
- @YarAllyMehrinePosted about 1 month ago
Hello @dharul619, You did a great job with this project. Here's some improvements you can do to your code for future use:
line 32- grid-template-columns: repeat(4 1fr);
It is easier to create multiples columns and rows that way.line 184- grid-column: span 2;
Using span instead of column-start and column-end.Hope this was helpful. Happy coding!
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