
Design comparison
SolutionDesign
Community feedback
- P@KonradJamPosted about 1 month ago
Good job!
I suggest a few small changes to your project:
- If you want to center your component using Flexbox, you should set the
.section
height to100vh
and addalign-items: center
. This way, the margin won't be needed anymore. - For the links, it would be better to use an
<a>
tag withhover
andfocus
effects. - Start using relative units. This will improve accessibility for users who have difficulty reading small text and have set their default browser font size larger than 16px.
Marked as helpful0@zahraabelluPosted about 1 month ago@KonradJam Thanks for your feedback٫ It was helpful.
0 - If you want to center your component using Flexbox, you should set the
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