Design comparison
SolutionDesign
Community feedback
- @krushnasinnarkarPosted 4 months ago
Hi @SergioBrandaoF,
Congratulations on successfully completing the challenge!
I have a suggestion regarding your code that I believe will be of great interest to you.
- Add the following to your
body
element to keep everything perfectly centered:
justify-content: center; align-items: center;
- For the IDs
supervisor
,teambuilder
,karma
, andcalculator
, add some padding around2rem
, remove the widths of all these IDs, and addmax-width: 25rem;
. This will make your solution more accurate to the design.
I hope you find this helpful, and I would appreciate it greatly if you could mark my comment as helpful if it was.
Feel free to reach out if you have more questions or need further assistance.
Happy coding!
Marked as helpful1 - Add the following to your
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