Product-preview-card-component

Solution retrospective
The most interesting part of the project was making it responsive
What challenges did you encounter, and how did you overcome them?It was pretty basic
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Tolux001
Nice design Damola
I enjoyed going through your code, it was clean and precise.
However, you could have reduced the margin top and bottom to a considerable length
.container{ width: 550px; height: 450px; /*margin: 350px auto;*/ margin: 5em auto; display: flex; border-radius: 10px; }
Or consider using
display: grid;
and it`s placeitem property to center it perfectly!
Good luck Champ.
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