responsive blog preview card with hover and box-shadow using CSS Flexb
Design comparison
Solution retrospective
It is better to set the font color so that it does not change when hovering over a div y group the divs as shown in the figma file
What challenges did you encounter, and how did you overcome them?How to activate the font and images that were chosen to be displayed on the live site
What specific areas of your project would you like help with?none
Community feedback
- @Grego14Posted 7 months ago
Hello! congratulations on completing the challenge!
These are my recommendations:
Leave the alt attribute empty if the image does not have great meaning for the page.
There are times where you can use padding to make your element a little bigger. like in this case:
.card{ padding: 2rem; }
And you remove the height that you added (height: 522px)
But for this to look good you will have to remove the width and margin-top that you added to the .blobimage element and add a max-width: 100%.
I hope this helps!
Marked as helpful0
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