Mobile first using HTML and CSS

Solution retrospective
Hello! This is the first project I've built here on Frontend Mentor. Would appreciate any feedback on things I can improve on. Thank you!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @afrussel
Hi,
Using 2 div with padding your card is not aligned properly. Take a parent div with max-width and center it horizontally and vertically.
.card-center { max-width: 1110px; display: grid; grid-template-columns: 1fr 540px; }
You may also check my solution too. Take a look of this Example of my work
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