Design comparison
SolutionDesign
Solution retrospective
hello world
I want to know my short coming. Please give your Feedbacks
Community feedback
- @amalkarimPosted almost 2 years ago
Hi Haile,
Congratulations for completing the challenge!
It's a great solution to be honest. However, allow me to give a little bit of advice to further improve it:
- For the website logo, give it
width
only, orheight
only. No need to set them both. That's to make sure the image is resized proportionally. - There's a better way to give meaningful
alt
text for the image. For example, for the logo, we could writealt="Home of Snap"
. Please refer to this W3 Schools article about images for better understanding.
Hope this helps. Happy coding!
Marked as helpful0 - For the website logo, give it
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