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
No feedback yet. Be the first to give feedback on marcuscs00'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