Design comparison
SolutionDesign
Community feedback
- @johnnysedh3llloPosted over 2 years ago
hey, really nice one for submitting the challenge.
i do have some comments though, i hope that's okay.
- i notice you used flexbox. although, your card isn't centered. you can add this to make the page a full page and place the card at the center.
- i also noticed you didn't use the specified font in the
style-guide.md
. you can do that by opening the file inside your text editor then follow the link to google fonts.
body { width: 100%; min-height: 100vh; display: flex; justify-content: center; align-items: center; }
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