used sass and bootstrap5 grid system and flexbox

Solution retrospective
what things should i focus on to make my code much better ?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @zyq-m
Wow nice bootstrap site!! I think you need to adjust proper
max-width
of the card. Also the image should be responsive. Here how you can set a responsive image:img { max-width: 100%; height: auto; }
For better understanding, you can take a look at my code.
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