Design comparison
Solution retrospective
how to use the css grid properly..?
Community feedback
- @tedikoPosted almost 4 years ago
Hello, chosiin! 👋
Well done on this challenge! Your approach responds well! What i would change is:
- You don't need
grid-template-areas
in this particular case. It would be much easier to setgrid-template-column
to be 1fr 1fr, and then set.join
element to begrid-column: span2
. On the other two containers set themgrid-column
to take first and second column andgrid-row
to be placed in second row both. Read this complete guide to Grid this helps me a lot!
Good luck with that, have fun coding! 💪
1 - You don't need
- @ApplePieGiraffePosted almost 4 years ago
Hey, nice job on this challenge, chosiin! 👍
I'd like to suggest two small things—decreasing the font-weight of some of the paragraph text and making the color of the text of the button white, not grey. Both will help your solution look closer to the original design and improve the overall look just a bit. 😉
Keep coding (and happy coding, too)! 😁
0@shikin93Posted almost 4 years ago@ApplePieGiraffe
thanks for the suggestion .. I'm little confused about the font-weight of the design
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