Design comparison
Solution retrospective
Please tell me the percentage of how similar my submission compare to the original one ?
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 make the image smaller
- Also don't forget to add some box-shadow to the card
Happy coding ☕
Maqsud
Marked as helpful0 - @NaveenGumastePosted over 2 years ago
Hay ! Huy Vo Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding 👍!
Marked as helpful0 - @jrmydixPosted over 2 years ago
Hi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change
<div class="container">
to<main>
and change<div class="attribution">
to<footer>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
Marked as helpful0 - Fix accessibility issues: to do so, change
- @optimusprime202Posted over 2 years ago
Hey @bmhuyquoc104, Now you’ve figured it out.
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