Design comparison
SolutionDesign
Community feedback
- @Sana-ShabeelPosted over 1 year ago
Hi kristof
Your solution looks amazing.
There are few things i would recommend but the main thing is the responsiveness. You have used grid which is great for this, but i would add a few more lines to it to make it a bit more responsive.
width: min(100% - 2rem, 1440px); display: grid; grid-template-columns: repeat(auto-fill, 320px); justify-content: space-evenly; margin: 0 auto; gap: 80px 30px;
Marked as helpful1
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