Design comparison
Solution retrospective
Would love feedback on my CSS and html
Community feedback
- @ruedasjnthnPosted over 3 years ago
using grid will help you a lot in this challenge
use mixblend mode: multiply then set the opacity of your image to 70%, you can achieve the set design for the image using this technique
Marked as helpful0 - @AlecDyePosted over 3 years ago
Hey Elizabeth, nice job so far!
You might want to tweak a couple things:
-
On mobile view your image doesn't stack ontop of the text and it shrinks until it disappears; try setting a flex-direction of column on your wrapper class within a media query.
-
Don't forget about rounding of the corners of the main card; play with the border-radius on a few of your elements.
Marked as helpful0 -
- @A-amonPosted over 3 years ago
Hey! It looks good~
I have a few suggestions:
-
Adding width:50% to .info-card and .stats-img (for laptop/large screen sizes) then, add object-fit:cover to the image.
-
Make the stats font-size slightly bigger.
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