Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
README.md
What challenges did you encounter, and how did you overcome them?My learning margin and padding getting better
What specific areas of your project would you like help with?Padding and Margin
Community feedback
- @undrthegraveyardPosted 6 months ago
Hey,
Good job, just a small suggestion, whenever you declare margin, padding, letter spacing, or anything, try to use "em". It will inherit its value from its parent container. In the case, of font size try to use "rem", since it will directly inherit its value from the root element, which is the default font size set in the user's browser.
If you wanna learn more, check out this article. Click Here.
Happy Coding ✌🏻
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