Design comparison
Community feedback
- @0xabdulPosted over 1 year ago
Hi
Zsuzsa Lukacs
well congratulation completing on result summary component β¨I noticed that the result summary card component is currently not center-aligned. Center-aligning this component could provide a more balanced and visually pleasing layout, making it easier for users to focus on the content without any distractions.
which can greatly improve the overall look and feel of the interface. Users are naturally drawn to centered content, as it helps maintain a consistent visual hierarchy and enhances readability. i give solution for center aligning the component
Solution β
In Css π¨ :
body{ display:flex; align-items:center; justify-content:center; min-height:100vh; }
I Hope its usefull for you ! β¨
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