Design comparison
SolutionDesign
Solution retrospective
All feedbacks are well appreciated :) Happy Coding !
Community feedback
- @dazzlerabhi30800Posted about 2 years ago
Congrats on finishing your first challenge!👍👌
- To center your component give body a min-height of 100vh and display: flex; justify-content: center, align-items: center; - this will center the card horizontally and vertically.
- Wrap you whole .container inside main tag
- Heading levels should be raised by one h1, h2 and so on, use h1 instead of h3 or span this will take care of Accessbility issues. 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