Design comparison
SolutionDesign
Solution retrospective
Looking for feedback. First real project besides tutorials.
Community feedback
- @fatlindshehuPosted over 2 years ago
Hi @treywmohammed
Congrats on your project, I would suggest checking the spaces between elements more carefully, I would suggest
measuring heights/widths & paddings/margins
with more precision, using a tool like- FIGMA or Adobe XD helps you a ton!
I would also suggest centering a div/component using flexbox: -
display: flex
to set the div/component as a flex container.justify-content: center
to center the div/component horizontally.align-items: center
to center the div/component vertically.- Make sure the div/component has a height.
- If you’re unfamiliar with flexbox, I would suggest checking THIS
Check this out & let me know how it goes!
Happy coding...
0@treywmohammedPosted over 2 years ago@fatlindshehu Thank you!
I've looked into the Flexbox, and looks very simple to use. I will be using that going forward. Thanks for the input.
0
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