Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hi Emanuel, great job!
Adding
main
tag for Accessibility and try to removeposition: absolute
fromcontainer
class and allmargin
fromcard-container
class and use flexbox to the body for center the card. Read here -> flex guideAlso set
heigth
of body to100vh
because Flexbox aligns to the size of the parent container.Hope this help and happy coding :)
Marked as helpful1
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