Design comparison
Solution retrospective
I am proud because the challenge was not difficult. 👌🏻
Community feedback
- @jyeharryPosted 13 days ago
Your solution's pretty similar to mine, except you were smart enough to use more semantic tags than I did so good job there.
Personally, the only thing I would change is removing your
.card
's fixed height. It doesn't actually matter here, but hypothetically if you were to actually reuse this component but with differing amounts of text, the text may overflow or maybe there'll be too much space in the card due to only a little amount of text.Instead, you could let the content and spacing between that content be what determines the height of the card to allow it to be more fluid.
1
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