Design comparison
Solution retrospective
This was the first project I have completed with a mobile-first approach. All my other projects have started from a desktop approach and then adapted to mobile.
What challenges did you encounter, and how did you overcome them?My biggest challenge was getting the spacing right when the layout changed. I just used some trial and error with the sizes until I got it the way I wanted.
What specific areas of your project would you like help with?I don't think there is anything I need help with. But I will always take any comments or suggestions for my code. :-)
Community feedback
- @jamesbarnettPosted 4 months ago
Great job on your solution! Here are some things I particularly liked:
- Logical, consistent naming of variables/classes/etc.
- Your markup is strong semantically. You used a
main
tag and included the all importanth1
. - Renders correctly on all screen sizes. Nice and responsive!
One small thing you could improve is in your
card-subtitle
. Notice how the original design has increased letter spacing. For more details, see https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacingHope this helps. Happy coding! :)
0@Stephanie-DennehyPosted 4 months ago@jamesbarnett
Thanks for pointing that out. I will definitely take a look!
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