Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Nothing exactly. I would execute using the same strategies.
What challenges did you encounter, and how did you overcome them?I had some issues with some css like making the .card__image
fill the .card
, but I was able to complete it with some online help
Cascading of line-height.
I wrote
body{
line-height: 150%;
}
But when I inspect any of its child elements on Dev tools, I see it with a strike-through (meaning its not applied). So I have to specify line-height on every class. But line-height is supposed to inherit by default.
Community feedback
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