Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
i'm pleased with this work, since i was on vacation and didn't study IT, and i easily and quickly remembered the display grid
What challenges did you encounter, and how did you overcome them?basically no, since i did something similar to this
What specific areas of your project would you like help with?none
Community feedback
- @sonmikrafftPosted 4 months ago
Looks fantastic! There is nothing to add.
However, I would suggest two minor things.
- use
rem
instead ofpx
(1rem=16px). It guarantees that your components look the same on different devices - I know these are small projects, but using variables instead of hard-coding all measurements and sizes can be helpful to establish writing clean and maintainable code for larger projects. With SCSS you can simply can create variables with
$font-s: 1rem;
0 - use
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