Design comparison
SolutionDesign
Solution retrospective
please what can i do to improve my work?
Community feedback
- @MojtabaMosaviPosted about 3 years ago
1- Center the conent inside the buttons using flexbox or grid.
2- The switch to desktop styles should happen around 900px because there is some overflowing issues.
3- Put a mix-width on the cards and center them horisontelly.
Keep coding :=)
2 - @afrusselPosted about 3 years ago
Use the below code for your solution.
.container { display: grid; grid-auto-flow: column; max-width: 57.5rem; overflow: hidden; border-radius: 0.5rem; margin-top: 8rem; } .card { padding: 3rem; }
2
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