Design comparison
Solution retrospective
Challenge of getting the main paragraph text to match the design as far as which words were listed on each line. Ultimately didn't get it exactly correct from the design file, but followed the margins, paddings, line spacing, and letter spacing.
Community feedback
- @ARiYaNSEp0-0Posted 4 months ago
Hello @gatep5. good job on this challenge. your typography on this card have a lot of duplication but there is no need of that. css have something called CSS Inheritance. meaning when you declare some property on top it goes down and apply to descendants (if they don't have that same property on them) so for example if you notice a lot of sites mostly apply their typography styles in body or html so research about this concept in css : CSS Inheritance. good luck my friend :)
Marked as helpful0
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