Blog preview card with flexbox

Solution retrospective
I finished the project relatively quickly. Next time I would use Git to update my files rather than updating them manually through GitHub.
What challenges did you encounter, and how did you overcome them?When I set the background color for the div containing the "Label" text, the div took up the whole width of the parent element. I looked on the internet for a solution and found out about the fit-content
property. I used it in my code and it worked.
-
I want the padding on the right side to include the shadow by the
box-shadow
property when determining the padding. -
I want to make the blog preview card similar in size to how it appears in the design.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @fvdumah
Wow that looks pixel perfect. I also had the same issue with the div taking the full width that I could not figure out the fix for. Thank you lol
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