Design comparison
Solution retrospective
Hello Developers👋
It was really a great project. I had the most fun developing the API and playing around with the advice generator.😄
As always, I'd really appreciate if you could answer the following:👇
1.What did I do wrong?
2.What did I do right and how to fix them?
3.How can I improve? common mistakes?
🙏Thanks in advance Happy Coding😄
Community feedback
- @NehalSahu8055Posted over 1 year ago
Hello Coder 👋.
Congratulations on successfully completing the challenge! 🎉
Few suggestions regarding design.
➨ Advice is
refreshing
like a bullet train try tosetInterval
or anyother way to fix it.➨ To properly center the container.
- USING FLEXBOX
body{ min-height: 100vh; display: flex; align-items: center; justify-content: center; }
- USING GRID
body{ min-height: 100vh; display: grid; place-items: center; }
- For
reference
you can take help with my solution link
I hope you find this helpful.
Happy coding😄
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