Design comparison
SolutionDesign
Solution retrospective
It was a good challenge to learn Grid. If you see something that needs to be improved, please let me know.
Community feedback
- @0xabdulkhaliqPosted over 1 year ago
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have other recommendations regarding your code that I believe will be of great interest to you.
iMAGE ALT TEXT 📸:
- This component involves various images , the image is not a decoration, so it must have an
alt
attribute which should explain the purpose of theimage
.
- For Example: The
alt
withimage-retro-pcs
is not even explaining clearly for what the image is trying to portray, Thealt
must doesn't want to contain symbols like-
.
- So update the
alt
with meaningful text which explains likeretro pc
Example
<img src="assets/images/image-retro-pcs.jpg" alt="Retro Pc's">
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
Marked as helpful0
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