Design comparison
Solution retrospective
This is my first Sass project. Could you review?
Community feedback
- @mattstuddertPosted almost 4 years ago
Nice work, Mesut! The overall layout looks great and your Sass is well-structured and well-written. I noticed you're using
max-width
media queries. I'd recommend tryingmin-width
instead and working mobile-first. It's a common workflow for developers and can provide performance benefits for mobile users. It can take a bit of getting used to, but it's well worth trying.One area that you could refine is the small details, like the font sizes and the box shadows. You can see in the design comparison that these are slightly off.
You've done a really good job on this challenge. Keep up the great work!
3@mesutcifciPosted almost 4 years ago@mattstuddert Thank you for advices. On next challenge i will try to mobile first design and use min-width.
0 - Account deleted
Looks great keep up the good work.
2
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