Stats preview card component

Solution retrospective
The hardest is to decide about the spaces between elements. Responsive is hard too.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Thewatcher13
- Dont set a height on the cardcontainer, the content provides the height.
- Do not use absolute values for font size but relative rem values.
- Your mobile version has no picture and the text is definitly not well aligned.
- Use the picture element in html fir both picutres (desktop and mobile)
- Dor the space between elements, on figma you can use the alt button, so click by example on the text in figma , hit alt and then move your mouse to the side that you want to know the space.. if you have figma
- work mobile first, so design first the mobile version, then the tablet and after tablet the desktop
- use rem instead of px for media queries
- U should use an ul for the stats
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