Responsive product card using HTML/CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@pdoubleu30
Great job, Laurice! This looks to be spot on! The only thing I can think to mention, would to center the content. Try using the following on one of your containers:
display: flex; justify-content: center; align-items: center; height: 100vh;
Hopefully this will center your content.
Marked as helpful
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