Design comparison
SolutionDesign
Solution retrospective
HI EVERYONE!!
If you have any comments on how I could improve my code I would really appreciate it. let a feedback thaks!!!
Community feedback
- @AGutierrezRPosted over 1 year ago
Hello!! It looks great!! I have a few suggestions that might be useful for you:
- Change the
.container
tag into a<main>
tag, and this<main>
tag should have amin-height: 100vh
instead of aheight: 800px
and of course ajustify-content: center;
to center the card. - If you set
justify-content: center;
on the.container
you could remove themargin: 20% auto;
in the.card
. - You could try to use custom properties for the colors, this will give you confidence when using variables in CSS.
Marked as helpful0 - Change 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