Design comparison
SolutionDesign
Solution retrospective
i wasn't able to center it and i was confuse about font
Community feedback
- @NehalSahu8055Posted over 1 year ago
Hello Coder 👋.
Congratulations on successfully completing the challenge! 🎉
Few Rules to consider:
-To center the card
body { display: flex; flex-direction : column; justify-content: center; align-items: center; min-height: 100vh; }
-For Font
Checkout this link
Replace the code snippets and see the effect.
I hope you find this helpful.
Happy coding😄
1
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