Design comparison
Solution retrospective
I would really appreciate your feedback and also guidance on how to make the site works better. Thanks in advance!
Community feedback
- @jonathan401Posted over 2 years ago
Hey there @winprn 👋🏽 congrats on completing this challenge 🎉🎉🎉. You did really well. Just a few things from me 😄.
- This isn't really a feedback but you should consider checking out the report on your solution. This has help me a lot 💪🏿. For example, you should wrap your whole card in
main
element. - You could consider changing the
.card-title
which is currently ap
element to anh1
element. This is because it is required that every page contains at least oneh1
element for easily navigation of the page by other users who may have some disabilities. - When I checked out your solution on my mobile phone, the card was stretched over the screen. To fix this, instead of adding a definite to the card, you could consider giving a
max-width
style rule to the card instead of awidth
to the card. This will make sure that the card easily 'contracts' on mobile screens and then on larger screens you remove thismax-width
and adding a definite width of 37.5rem (which you defined in your CSS for larger screens). That is all from me 😄. Once again nice work 👏🏾. Happy Coding 🎉
Marked as helpful1@winprnPosted over 2 years ago@jonathan401 Hi, thank you for your feedback. At first, I did make the
.card-title
as a class of theh2
element, but then I changed it to ana
element to make it better for viewing its detail (like other shopping websites).I wrapped all the content inside a
main
element as you said, and also changed the style. Thank you once again!0@jonathan401Posted over 2 years ago@winprn You're welcome. You could also achieve the same effect when you make it as
.card-title
ah1
element since you could use CSS to style it to make it look like a link. But I trust your decision 💪🏿. So what works best for you but also try to make the sites you create accessible as well 😇.1 - This isn't really a feedback but you should consider checking out the report on your solution. This has help me a lot 💪🏿. For example, you should wrap your whole card in
- @DraysongzPosted over 2 years ago
Its a great design, but add cursor pointer style to the main nft image
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