Design comparison
SolutionDesign
Solution retrospective
Hi, there!
This is my solution to the challenge, Your feedback is highly appreciated <3
Community feedback
- @ApplePieGiraffePosted almost 2 years ago
Hey there, Manuel Salvador! π
Good work on this challenge! π
A couple of things I suggest are,
- Setting the
alt
text for the icons in the card component to be an empty string so that they will be ignored by screen readers. Thatβs because those elements aren't necessary or important to the content of the page and as a result doesnβt need to be read by screen readers. - Perhaps making the card component an
article
tag since it is a standalone component and already contains a heading inside to identify it. That'll make your markup slightly more semtantic! π - Adding a favicon to the site. There should be one in the starter files for this challenge that you can use.
Hope you find these suggestions helpful. π
Keep coding (and happy coding, too)! π
Marked as helpful0 - Setting the
- @manuelsclPosted almost 2 years ago
Hello, @ApplePieGiraffe!
I already made the changes in my solution, I would like you to take a look and tell me what you think.
Your suggestions were very useful, thank you <3
1@ApplePieGiraffePosted almost 2 years ago@manuelscl
Looking good, my friend! The extra touches you added to your solution also look nice. π
Keep it up! π
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