Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hi Ehab, I took some time to look at your solution and you did a great job!
Also I have some tips for improving your code:
- add
main
tag and wrap the card for Accessibility - remove all
margin
fromcard
class because with flex they are superfluous - add
min-heigth: 100vh
to.container
class because Flexbox aligns to the size of the parent container - add
align-items: center;
to.container
class for center the card vertically. Read here -> best flex guide - instead of using
px
try to use relative units of measurement -> read here
Overall you did well :)
Hope this help and happy coding!
Marked as helpful0@hopamnadaPosted over 2 years ago@denielden Thank you so much Deniel, This comment helped me a lot.
1 - add
- @optimusprime202Posted over 2 years ago
Hey @hopamnada, Congratulations, you got it right!
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