Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
.
What challenges did you encounter, and how did you overcome them?Sizing the text correctly and the sizing of items in general.
What specific areas of your project would you like help with?If anyone can give me the feedback on the overall work or some tips for the sizing of the content it will be really appreciated. Thank you :)
Community feedback
- @gonzzdevPosted 5 months ago
Hey there! 👌🏽
That's an awesome solution! I would recommend to use margin and change padding to change the space between objects. You can also use the imported weights for your fonts.
For example:
.description { color: var(--white); font-size: 13px; font-weight: 300; padding-top: 20px; padding-bottom: 20px; }
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