css grid and bootstrap to make it responsive

Solution retrospective
please take out time to give feedback on this challenge. Thanks
Please log in to post a comment
Log in with GitHubCommunity feedback
- @muhammadshajjar
Hi saykeed, Nice work, I think some minor changes make your solution looks more similar to design
- Some changes on the body, you should use this color
background-color: hsl(210deg 46% 95%);
as background-color - make your content perfectly center this would help
use body or make container class{ min-height: 100vh; display: flex; justify-content: center; align-items: center;
- instead of giving widths to
grid-template-columns
use1fr
which is handier to achieve design - use
max-width:1110px
on card container because card container is not 1440px, this disturbs your hole design - Give a look to report to overcome accessibility and HTML issues
Hope it would help you
Marked as helpful - Some changes on the body, you should use this color
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