flexbox and grid blog preview card

Solution retrospective
For the width and height of the card, i'm not sure if adding a fixed width and height like I did is a good idea.Maybe using max-width would've been better, not sure.
What challenges did you encounter, and how did you overcome them?Had a hard time creating space around the svg image and similarly border-radius caused me some weird issues.Inside my html file I wrapped the svg img inside of a wrapper and tried setting border-radius on the div wrapper but it didn't work properly.
What specific areas of your project would you like help with?is it better to set a fixed width or use max-width for this particular challenge, or does it not matter that much?after submitting the solution the card is too tall compared to the design and there's a lot of extra space inside of the card(at the bottom), is that happening because i set a fixed height and width on the card?
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on kapowlo's solution.
Join 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