Design comparison
Solution retrospective
Hello all!!
Any feedback would be much appreciated. Let me know your thoughts on what you would do different with the HTML or CSS. Any tricks you can fill me in on would be awesome :)
Community feedback
- @lailton-bPosted almost 5 years ago
You could soften the shadows, to learn more about shadows I recommend that you search for Material Design. The rest was excellent, the only addendum I would make (if you try to make it as similar as possible) would be the colors of the titles and the font size.
2@maquindePosted almost 5 years ago@lailton-b
Thank you for the feedback and thank you for the new resource! There is some very interesting stuff on material.io.
1@lailton-bPosted almost 5 years ago@maquinde You're welcome, have a nice study! And yeah, material design is amazing, hahaha!
1 - @mattstuddertPosted almost 5 years ago
Awesome work, Mike, you've done a really good job on this challenge! I wouldn't do a whole lot different. My main piece of advice would be to not make your CSS selectors overly specific for no reason. For example,
.main .card .image
could just be.image
. This will help keep your code more maintainable, especially as you start building bigger sites.Keep up the great 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