Design comparison
SolutionDesign
Solution retrospective
Hey everyone!
I just completed another challenge. 🤘🏽
Feedback is always welcome. Please let me know of any issues you may find and/or how I can improve my code :)
Happy coding!
Community feedback
- Account deleted
Hi there 👋
Congratulate on finishing your project 🎉. You did a great job 💡
I give some suggestions to help you take your project design to the next level 📈😉
- Let's add some box-shadow to both cards
- The cards not exactly center in the body so to fix first remove this lines in the
body
selector
display: flex; flex-direction: column;
and add these two
display: grid; place-items: center;
- It's not given in the design but I hope improves a little bit, add some hover effect to the 3 icons under the Fylo logo
Happy coding ☕
Maqsud
Marked as helpful1@stephmunezPosted over 2 years agoHey @maqsudtolipov, thanks for the positive remarks and your suggestions, I just added them.
Have a nice day!
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