Design comparison
SolutionDesign
Solution retrospective
This was a nice challenge, I added responsive for tablet displays. Any feedbacks are welcome :)
Community feedback
- @sumanth-chandanaPosted over 1 year ago
Hi mate!, congrats🎉 on completing the challenge. Better take care about following points.
-
Always check Frontendmentor Report Generator issues after submitting the project for removing errors and warnings.
-
For proper centering the container(whole card) vertically and horizontally you can also use the following simple block of code use code:
body{ display: flex; align-items: center; justify-content: center; height: 100%; } or
body { min-height: 100vh; display: grid; place-content: center; }
- You will find an About Section on the right when we open the GitHub repository link. There, also include a live preview link of your project. Someone should check your live project while interacting with code. **I hope you will find this Feedback Helpful.**
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