Design comparison
Solution retrospective
I found an interesting setup for sass with a few node packages Static site sass setup. It works great for small static projects.
I refactored my code with @extend to avoid repeated parts. It works great also for full component styling like the button.
Next time i'll implement mixins to have flexible component that I can reuse with different values.
What challenges did you encounter, and how did you overcome them?The different spacing between mobile and desktop. I tried to avoid media queries and use only fluid value with clamp. Maybe there is a better way?
What specific areas of your project would you like help with?What is your best structure to organise your styles in different files?
Community feedback
- @Ehsan-eslamiPosted 5 months ago
Another perfect project, just some few tip. the font weight in "london, united kingdom" should be thinner and I think it would have more border radius.
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