Submitted 3 months ago
Responsive product preview card. Using CSS Flex and media query
@MuhReski287
Design comparison
SolutionDesign
Community feedback
- @mkborisPosted 3 months ago
Nice work MuhReski287, here are some suggestions
- Remove the unused
header
tag. The attribution belongs in thefooter
- Consider using a modern CSS reset at the start of the styles in every project. Like this one Modern CSS Reset. This will help reset a list of default browser styles.
- Font-size should be written in rem not px. This article explains it better Why font-size must NEVER be in pixels.
- Media queries should be defined in
rem
not px
1 - Remove the unused
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